Searched defs:IdType (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/
H A DIdType.java25 * $Id: IdType.java,v 1.9 2008/08/19 19:09:10 veiming Exp $
36 * The class <code>IdType</code> defines the types of supported identities,
38 * identities are <code>IdType.USER</code>, <code>IdType.ROLE</code>,
39 * <code>IdType.GROUP</code> and <code>IdType.AGENT</code>. The usage of
44 public class IdType implements java.io.Serializable { class in inherits:java.io.Serializable
47 protected IdType(String type) { method in class:IdType
54 public static final IdType USER = new IdType("use
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/
H A DIdType.java25 * $Id: IdType.java,v 1.9 2008/08/19 19:09:10 veiming Exp $
36 * The class <code>IdType</code> defines the types of supported identities,
38 * identities are <code>IdType.USER</code>, <code>IdType.ROLE</code>,
39 * <code>IdType.GROUP</code> and <code>IdType.AGENT</code>. The usage of
44 public class IdType implements java.io.Serializable { class in inherits:java.io.Serializable
47 protected IdType(String type) { method in class:IdType
54 public static final IdType USER = new IdType("use
[all...]

Completed in 150 milliseconds