Class DataFieldSecurity

All Implemented Interfaces:
Serializable, Cloneable, Copyable, DictionaryBean, UifDictionaryBean

public class DataFieldSecurity extends FieldSecurity
Data field security adds attribute security to the standard component security

The AttributeSecurity can be configured for the field to indicate there is security at the data layer (configured by component (class) and property). If the field is backed by a data dictionary AttributeDefinition the attribute security can be configured there and will be picked up and inserted into the field security

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
  • Constructor Details

    • DataFieldSecurity

      public DataFieldSecurity()
  • Method Details

    • getAttributeSecurity

      public AttributeSecurity getAttributeSecurity()
      Attribute security instance configured or picked up for the field
      Returns:
      AttributeSecurity instance
    • setAttributeSecurity

      public void setAttributeSecurity(AttributeSecurity attributeSecurity)
      Setter for the fields attribute security
      Parameters:
      attributeSecurity -