|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.krad.uif.component.ConfigurableBase org.kuali.rice.krad.uif.component.ComponentSecurity org.kuali.rice.krad.uif.field.FieldSecurity
public class FieldSecurity
Field security adds the edit in line and view in line flags to the standard component security
These flags are only applicable when the field is part of a collection group. They indicate there is security on the field within the collection line
Constructor Summary | |
---|---|
FieldSecurity()
|
Method Summary | |
---|---|
boolean |
isEditInLineAuthz()
Indicates whether the field has edit in line authorization and KIM should be consulted |
boolean |
isViewInLineAuthz()
Indicates whether the field has view in line unmask authorization and KIM should be consulted |
void |
setEditInLineAuthz(boolean editInLineAuthz)
Setter for the edit in line authorization flag |
void |
setViewInLineAuthz(boolean viewInLineAuthz)
Setter for the view in line authorization flag |
Methods inherited from class org.kuali.rice.krad.uif.component.ComponentSecurity |
---|
finalize, getAdditionalPermissionDetails, getAdditionalRoleQualifiers, getComponentAttribute, getIdAttribute, getNamespaceAttribute, isEditAuthz, isViewAuthz, setAdditionalPermissionDetails, setAdditionalRoleQualifiers, setComponentAttribute, setEditAuthz, setIdAttribute, setNamespaceAttribute, setViewAuthz |
Methods inherited from class org.kuali.rice.krad.uif.component.ConfigurableBase |
---|
getPropertyExpression, getPropertyExpressions, setPropertyExpressions |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FieldSecurity()
Method Detail |
---|
public boolean isEditInLineAuthz()
public void setEditInLineAuthz(boolean editInLineAuthz)
editInLineAuthz
- public boolean isViewInLineAuthz()
public void setViewInLineAuthz(boolean viewInLineAuthz)
viewInLineAuthz
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |