|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.krad.datadictionary.DictionaryBeanBase
org.kuali.rice.krad.datadictionary.uif.UifDictionaryBeanBase
org.kuali.rice.krad.uif.component.ComponentSecurity
org.kuali.rice.krad.uif.container.CollectionGroupSecurity
public class CollectionGroupSecurity
Collection Group security is used to flag that permissions exist for the associated CollectionGroup
in KIM and should be checked to determine the associated group, line, and field state. In particular this adds
the edit line and view line flags
In addition, properties such as additional role and permission details can be configured to use when checking the KIM permissions
Constructor Summary | |
---|---|
CollectionGroupSecurity()
|
Method Summary | ||
---|---|---|
protected
|
copyProperties(T componentSecurity)
Copies properties for copy() |
|
boolean |
isEditLineAuthz()
Indicates whether the collection group line has edit authorization and KIM should be consulted |
|
boolean |
isViewLineAuthz()
Indicates whether the collection group line has view authorization and KIM should be consulted |
|
void |
setEditLineAuthz(boolean editLineAuthz)
Setter for the edit line authorization flag |
|
void |
setViewLineAuthz(boolean viewLineAuthz)
Setter for the view line authorization flag |
Methods inherited from class org.kuali.rice.krad.uif.component.ComponentSecurity |
---|
copy, finalize, getAdditionalPermissionDetails, getAdditionalRoleQualifiers, getComponentAttribute, getIdAttribute, getNamespaceAttribute, isEditAuthz, isViewAuthz, setAdditionalPermissionDetails, setAdditionalRoleQualifiers, setComponentAttribute, setEditAuthz, setIdAttribute, setNamespaceAttribute, setViewAuthz |
Methods inherited from class org.kuali.rice.krad.datadictionary.uif.UifDictionaryBeanBase |
---|
getExpressionGraph, getPropertyExpression, getPropertyExpressions, getRefreshExpressionGraph, setExpressionGraph, setPropertyExpressions, setRefreshExpressionGraph |
Methods inherited from class org.kuali.rice.krad.datadictionary.DictionaryBeanBase |
---|
getComponentCode, getNamespaceCode, setComponentCode, setNamespaceCode |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.kuali.rice.krad.datadictionary.DictionaryBean |
---|
getComponentCode, getNamespaceCode |
Constructor Detail |
---|
public CollectionGroupSecurity()
Method Detail |
---|
public boolean isEditLineAuthz()
public void setEditLineAuthz(boolean editLineAuthz)
editLineAuthz
- public boolean isViewLineAuthz()
public void setViewLineAuthz(boolean viewLineAuthz)
viewLineAuthz
- protected <T> void copyProperties(T componentSecurity)
DictionaryBeanBase
copyProperties
in class ComponentSecurity
componentSecurity
- base beanComponentSecurity.copy()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |