Package | Description |
---|---|
org.kuali.rice.krad.uif.component | |
org.kuali.rice.krad.uif.container | |
org.kuali.rice.krad.uif.field |
Modifier and Type | Method and Description |
---|---|
ComponentSecurity |
ComponentBase.getComponentSecurity() |
ComponentSecurity |
Component.getComponentSecurity()
Security object that indicates what authorization (permissions) exist for the component
|
Modifier and Type | Method and Description |
---|---|
protected Class<? extends ComponentSecurity> |
ComponentBase.getComponentSecurityClass()
Returns the security class that is associated with the component (used for initialization and validation)
|
Modifier and Type | Method and Description |
---|---|
void |
ComponentBase.setComponentSecurity(ComponentSecurity componentSecurity) |
void |
Component.setComponentSecurity(ComponentSecurity componentSecurity)
Setter for the components security object
|
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
protected Class<? extends ComponentSecurity> |
CollectionGroup.getComponentSecurityClass() |
Modifier and Type | Method and Description |
---|---|
void |
CollectionGroup.setComponentSecurity(ComponentSecurity componentSecurity)
Override to assert a
CollectionGroupSecurity instance is set |
Modifier and Type | Class and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
protected Class<? extends ComponentSecurity> |
FieldBase.getComponentSecurityClass() |
protected Class<? extends ComponentSecurity> |
DataField.getComponentSecurityClass() |
protected Class<? extends ComponentSecurity> |
ActionField.getComponentSecurityClass() |
Modifier and Type | Method and Description |
---|---|
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 |
void |
ActionField.setComponentSecurity(ComponentSecurity componentSecurity)
Override to assert a
ActionFieldSecurity instance is set |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.