|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.filenet.wcm.toolkit.util.security.WcmSecurityAccess
This class is an implementation of the simplified security access data structure. It also provides some helper methods for interpreting the simplified explicit value and the simplified system value.
Field Summary | |
int |
accessLevel
Variable indicating the access level. |
java.lang.String |
accessName
Variable indicating the access name. |
int |
explicitRight
Variable indicating the simplified explicit access right for a given access level. |
java.lang.String |
systemNote
Variable indicating the corresponding system note. |
int |
systemRight
Variable indicating the simplified system access right for a given access level. |
Constructor Summary | |
WcmSecurityAccess()
|
Method Summary | |
boolean |
isExplicitAllowSet()
Returns true if explicit allow is set by the explicit permission settings. |
boolean |
isExplicitDenySet()
Returns true if explicit deny is set by the explicit permission settings. |
boolean |
isSystemAllowSet()
Returns true if system allow is set by the system permission settings. |
boolean |
isSystemDenySet()
Returns true if system deny is set by the system permission settings. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int accessLevel
public java.lang.String accessName
public int explicitRight
public int systemRight
public java.lang.String systemNote
Constructor Detail |
public WcmSecurityAccess()
Method Detail |
public boolean isExplicitAllowSet()
public boolean isExplicitDenySet()
public boolean isSystemAllowSet()
public boolean isSystemDenySet()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |