Searched defs:TYPE_SINGLE (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAMDisplayType.java57 public static final int TYPE_SINGLE = 0; field in class:AMDisplayType
61 public static final int DEFAULT_TYPE = TYPE_SINGLE;
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAMDisplayType.java57 public static final int TYPE_SINGLE = 0; field in class:AMDisplayType
61 public static final int DEFAULT_TYPE = TYPE_SINGLE;
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMAttributeSchema.java48 * The <code>TYPE_SINGLE</code> attribute type specifies that the
51 public static final int TYPE_SINGLE = 1; field in class:AMAttributeSchema
240 return TYPE_SINGLE;
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMAttributeSchema.java48 * The <code>TYPE_SINGLE</code> attribute type specifies that the
51 public static final int TYPE_SINGLE = 1; field in class:AMAttributeSchema
240 return TYPE_SINGLE;

Completed in 24 milliseconds