Package org.kuali.rice.krad.uif.field
Class DataFieldSecurity
- All Implemented Interfaces:
Serializable,Cloneable,Copyable,DictionaryBean,UifDictionaryBean
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:
-
Field Summary
Fields inherited from class org.kuali.rice.krad.datadictionary.DictionaryBeanBase
componentCode, namespaceCode -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAttribute security instance configured or picked up for the fieldvoidsetAttributeSecurity(AttributeSecurity attributeSecurity) Setter for the fields attribute securityMethods inherited from class org.kuali.rice.krad.uif.field.FieldSecurity
isEditInLineAuthz, isViewInLineAuthz, setEditInLineAuthz, setViewInLineAuthzMethods inherited from class org.kuali.rice.krad.uif.component.ComponentSecurity
finalize, getAdditionalPermissionDetails, getAdditionalRoleQualifiers, getComponentAttribute, getIdAttribute, getNamespaceAttribute, isEditAuthz, isViewAuthz, setAdditionalPermissionDetails, setAdditionalRoleQualifiers, setComponentAttribute, setEditAuthz, setIdAttribute, setNamespaceAttribute, setViewAuthzMethods inherited from class org.kuali.rice.krad.datadictionary.uif.UifDictionaryBeanBase
getExpressionGraph, getPropertyExpression, getPropertyExpressions, setExpressionGraph, setPropertyExpressionsMethods inherited from class org.kuali.rice.krad.datadictionary.DictionaryBeanBase
clone, copy, dataDictionaryPostProcessing, getComponentCode, getNamespaceCode, setComponentCode, setNamespaceCodeMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.kuali.rice.krad.datadictionary.DictionaryBean
dataDictionaryPostProcessing, getComponentCode, getNamespaceCode
-
Constructor Details
-
DataFieldSecurity
public DataFieldSecurity()
-
-
Method Details
-
getAttributeSecurity
Attribute security instance configured or picked up for the field- Returns:
- AttributeSecurity instance
-
setAttributeSecurity
Setter for the fields attribute security- Parameters:
attributeSecurity-
-