public class FieldSecurity extends ComponentSecurity
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 and Description |
---|
FieldSecurity() |
Modifier and Type | Method and Description |
---|---|
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
|
finalize, getAdditionalPermissionDetails, getAdditionalRoleQualifiers, getComponentAttribute, getIdAttribute, getNamespaceAttribute, isEditAuthz, isViewAuthz, setAdditionalPermissionDetails, setAdditionalRoleQualifiers, setComponentAttribute, setEditAuthz, setIdAttribute, setNamespaceAttribute, setViewAuthz
getPropertyExpression, getPropertyExpressions, setPropertyExpressions
public FieldSecurity()
public boolean isEditInLineAuthz()
public void setEditInLineAuthz(boolean editInLineAuthz)
editInLineAuthz
- public boolean isViewInLineAuthz()
public void setViewInLineAuthz(boolean viewInLineAuthz)
viewInLineAuthz
- Copyright © 2005–2016 The Kuali Foundation. All rights reserved.