public class ActionSecurity extends FieldSecurity
| Constructor and Description |
|---|
ActionSecurity() |
| Modifier and Type | Method and Description |
|---|---|
protected <T> void |
copyProperties(T component)
Copies properties for copy()
|
boolean |
isPerformActionAuthz()
Indicates whether the action field has take action authorization and KIM should be consulted
|
boolean |
isPerformLineActionAuthz()
Indicates whether the line action field has take action authorization and KIM should be consulted
|
void |
setPerformActionAuthz(boolean performActionAuthz)
Setter for the perform action authorization flag
|
void |
setPerformLineActionAuthz(boolean performLineActionAuthz)
Setter for the perform line action authorization flag
|
isEditInLineAuthz, isViewInLineAuthz, setEditInLineAuthz, setViewInLineAuthzcopy, finalize, getAdditionalPermissionDetails, getAdditionalRoleQualifiers, getComponentAttribute, getIdAttribute, getNamespaceAttribute, isEditAuthz, isViewAuthz, setAdditionalPermissionDetails, setAdditionalRoleQualifiers, setComponentAttribute, setEditAuthz, setIdAttribute, setNamespaceAttribute, setViewAuthzgetExpressionGraph, getPropertyExpression, getPropertyExpressions, getRefreshExpressionGraph, setExpressionGraph, setPropertyExpressions, setRefreshExpressionGraphgetComponentCode, getNamespaceCode, setComponentCode, setNamespaceCodeclone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetComponentCode, getNamespaceCodepublic ActionSecurity()
public boolean isPerformActionAuthz()
public void setPerformActionAuthz(boolean performActionAuthz)
performActionAuthz - public boolean isPerformLineActionAuthz()
public void setPerformLineActionAuthz(boolean performLineActionAuthz)
performLineActionAuthz - protected <T> void copyProperties(T component)
DictionaryBeanBasecopyProperties in class FieldSecuritycomponent - base beanComponentBase.copy()Copyright © 2005–2016 The Kuali Foundation. All rights reserved.