|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.filenet.wcm.toolkit.util.security.GranteeRef
This class is an implementation of the security grantee structure.
Field Summary | |
int |
AccessType
Indicates whether the Permission returned by getPermission object will have TYPE_ALLOW or TYPE_DENY |
java.lang.String |
DisplayName
Variable indicating the grantee display name. |
java.lang.String |
Id
Variable indicating the grantee id (sid). |
java.lang.String |
Name
Variable indicating the grantee name. |
java.lang.String |
ShortName
Variable indicating the grantee short name. |
int |
Type
Variable indicating the grantee type. |
Constructor Summary | |
GranteeRef()
|
Method Summary | |
int |
compareTo(java.lang.Object o)
Compares this object to another GranteeRef, baed on the value of DisplayName field. |
com.filenet.wcm.api.Permission |
getPermission(int access)
Creates Permission object from this GranteeRef object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.lang.String Name
public java.lang.String ShortName
public java.lang.String DisplayName
public java.lang.String Id
public int Type
public int AccessType
Constructor Detail |
public GranteeRef()
Method Detail |
public int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable
o
- another GranteeRef object
public com.filenet.wcm.api.Permission getPermission(int access)
access
- access level
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |