Package org.kuali.rice.krad.uif.element
Class ActionSecurity
- All Implemented Interfaces:
Serializable,Cloneable,Copyable,DictionaryBean,UifDictionaryBean
Action field security adds the take action flags to the standard component 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 TypeMethodDescriptionbooleanIndicates whether the action field has take action authorization and KIM should be consultedbooleanIndicates whether the line action field has take action authorization and KIM should be consultedvoidsetPerformActionAuthz(boolean performActionAuthz) Setter for the perform action authorization flagvoidsetPerformLineActionAuthz(boolean performLineActionAuthz) Setter for the perform line action authorization flagMethods 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
-
ActionSecurity
public ActionSecurity()
-
-
Method Details
-
isPerformActionAuthz
public boolean isPerformActionAuthz()Indicates whether the action field has take action authorization and KIM should be consulted- Returns:
- true if the action field has perform action authorization, false if not
-
setPerformActionAuthz
public void setPerformActionAuthz(boolean performActionAuthz) Setter for the perform action authorization flag- Parameters:
performActionAuthz-
-
isPerformLineActionAuthz
public boolean isPerformLineActionAuthz()Indicates whether the line action field has take action authorization and KIM should be consulted- Returns:
- true if the line action field has perform action authorization, false if not
-
setPerformLineActionAuthz
public void setPerformLineActionAuthz(boolean performLineActionAuthz) Setter for the perform line action authorization flag- Parameters:
performLineActionAuthz-
-