|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComponentSecurity | |
---|---|
org.kuali.rice.krad.uif.component | |
org.kuali.rice.krad.uif.container | |
org.kuali.rice.krad.uif.field |
Uses of ComponentSecurity in org.kuali.rice.krad.uif.component |
---|
Methods in org.kuali.rice.krad.uif.component that return ComponentSecurity | |
---|---|
ComponentSecurity |
Component.getComponentSecurity()
Security object that indicates what authorization (permissions) exist for the component |
ComponentSecurity |
ComponentBase.getComponentSecurity()
|
Methods in org.kuali.rice.krad.uif.component that return types with arguments of type ComponentSecurity | |
---|---|
protected Class<? extends ComponentSecurity> |
ComponentBase.getComponentSecurityClass()
Returns the security class that is associated with the component (used for initialization and validation) |
Methods in org.kuali.rice.krad.uif.component with parameters of type ComponentSecurity | |
---|---|
void |
Component.setComponentSecurity(ComponentSecurity componentSecurity)
Setter for the components security object |
void |
ComponentBase.setComponentSecurity(ComponentSecurity componentSecurity)
|
Uses of ComponentSecurity in org.kuali.rice.krad.uif.container |
---|
Subclasses of ComponentSecurity in org.kuali.rice.krad.uif.container | |
---|---|
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. |
Methods in org.kuali.rice.krad.uif.container that return types with arguments of type ComponentSecurity | |
---|---|
protected Class<? extends ComponentSecurity> |
CollectionGroup.getComponentSecurityClass()
|
Methods in org.kuali.rice.krad.uif.container with parameters of type ComponentSecurity | |
---|---|
void |
CollectionGroup.setComponentSecurity(ComponentSecurity componentSecurity)
Override to assert a CollectionGroupSecurity instance is set |
Uses of ComponentSecurity in org.kuali.rice.krad.uif.field |
---|
Subclasses of ComponentSecurity in org.kuali.rice.krad.uif.field | |
---|---|
class |
ActionFieldSecurity
Action field security adds the take action flags to the standard component security |
class |
DataFieldSecurity
Data field security adds attribute security to the standard component security |
class |
FieldSecurity
Field security adds the edit in line and view in line flags to the standard component security |
Methods in org.kuali.rice.krad.uif.field that return types with arguments of type ComponentSecurity | |
---|---|
protected Class<? extends ComponentSecurity> |
ActionField.getComponentSecurityClass()
|
protected Class<? extends ComponentSecurity> |
FieldBase.getComponentSecurityClass()
|
protected Class<? extends ComponentSecurity> |
DataField.getComponentSecurityClass()
|
Methods in org.kuali.rice.krad.uif.field with parameters of type ComponentSecurity | |
---|---|
void |
ActionField.setComponentSecurity(ComponentSecurity componentSecurity)
Override to assert a ActionFieldSecurity instance is set |
void |
FieldBase.setComponentSecurity(ComponentSecurity componentSecurity)
Override to assert a FieldSecurity instance is set |
void |
DataField.setComponentSecurity(ComponentSecurity componentSecurity)
Override to assert a DataFieldSecurity instance is set |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |