| 
 | ||||||||||
| 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 | accessaccess level granted | 
| static int | MANAGEadmin access | 
| static int | NONEno access | 
| static int | OWNERowner access | 
| static int | READread-only access | 
|  java.lang.String | subjectDistinguishedNamesubject distinguished name | 
|  java.lang.String | subjectUIDsubject identity (the principal to whom access is granted). | 
| static int | WRITEread/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 | |||||||||