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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DSchemaType.java25 * $Id: SchemaType.java,v 1.3 2008/06/25 05:44:05 qcheng Exp $
32 * The class <code>SchemaType</code> defines the types of schema objects, and
34 * objects are <code>SchemaType.GLOBAL</code>, <code>
35 * SchemaType.ORGANIZATION</code>,
37 * SchemaType.USER</code>, <code> SchemaType.POLICY
39 * <code> SchemaType.DYNAMIC </code>. The usage of the respective schema types
44 public class SchemaType extends Object { class in inherits:Object
58 public static final SchemaType GLOBAL = new SchemaType("Globa
99 private SchemaType() { method in class:SchemaType
103 public SchemaType(String type) { method in class:SchemaType
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DSchemaType.java25 * $Id: SchemaType.java,v 1.3 2008/06/25 05:44:05 qcheng Exp $
32 * The class <code>SchemaType</code> defines the types of schema objects, and
34 * objects are <code>SchemaType.GLOBAL</code>, <code>
35 * SchemaType.ORGANIZATION</code>,
37 * SchemaType.USER</code>, <code> SchemaType.POLICY
39 * <code> SchemaType.DYNAMIC </code>. The usage of the respective schema types
44 public class SchemaType extends Object { class in inherits:Object
58 public static final SchemaType GLOBAL = new SchemaType("Globa
99 private SchemaType() { method in class:SchemaType
103 public SchemaType(String type) { method in class:SchemaType
[all...]

Completed in 253 milliseconds