|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.im.provider.AccessControlItem
Convenience methods for provider modules
Field Summary | |
int |
access
access level granted |
static int |
MANAGE
admin access |
static int |
NONE
no access |
static int |
OWNER
owner access |
static int |
READ
read-only access |
java.lang.String |
subjectDistinguishedName
subject distinguished name |
java.lang.String |
subjectUID
subject identity (the principal to whom access is granted). |
static int |
WRITE
read/write access |
Constructor Summary | |
AccessControlItem()
|
Method Summary | |
boolean |
equals(java.lang.Object o)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int NONE
public static final int READ
public static final int WRITE
public static final int MANAGE
public static final int OWNER
public int access
public java.lang.String subjectUID
public java.lang.String subjectDistinguishedName
Constructor Detail |
public AccessControlItem()
Method Detail |
public boolean equals(java.lang.Object o)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |