| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.sun.identity.idm.IdType
The class IdType defines the types
 of supported identities, and provides static constants
 for these identities. Currently defined identities are
 IdType.USER, 
 IdType.ROLE, IdType.GROUP and  IdType.AGENT
 . The usage of the respective types are
 defined along with their declaration.
| Field Summary | |
| static IdType | AGENTIdentity type of AGENT | 
| static IdType | FILTEREDROLEIdentity type of filter role. | 
| static IdType | GROUPIdentity type of GROUP | 
| static IdType | REALM | 
| static IdType | ROLEIdentity type of ROLE | 
| static IdType | USERIdentity type of USER | 
| Method Summary | |
|  java.util.Set | canAddMembers()Returns a set of types of identities that this type can add as members. | 
|  java.util.Set | canBeMemberOf()Returns a set of types of identities that this type can be a member of. | 
|  java.util.Set | canHaveMembers()Returns a set of types of identities this type can hav as its' members. | 
|  boolean | equals(java.lang.Object type) | 
|  java.lang.String | getName()Returns the name of this type, for example  user for type User. | 
|  int | hashCode()Returns the hash code of the object | 
|  java.lang.String | toString() | 
| Methods inherited from class java.lang.Object | 
| getClass, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
public static final IdType USER
public static final IdType ROLE
public static final IdType GROUP
public static final IdType AGENT
public static final IdType FILTEREDROLE
public static final IdType REALM
| Method Detail | 
public boolean equals(java.lang.Object type)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String getName()
 user 
 for type User.public java.util.Set canHaveMembers()
IdType which can be members of this
         identity type.public java.util.Set canBeMemberOf()
IdType.public java.util.Set canAddMembers()
IdType.| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||