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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DSyntax.java35 * such as ANY, NONE, LIST, CONSTANT, SINGLE_CHOICE, MULTIPLE_CHOICE
75 public static final Syntax SINGLE_CHOICE = new Syntax("SINGLE_CHOICE"); field in class:Syntax
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DSyntax.java35 * such as ANY, NONE, LIST, CONSTANT, SINGLE_CHOICE, MULTIPLE_CHOICE
75 public static final Syntax SINGLE_CHOICE = new Syntax("SINGLE_CHOICE"); field in class:Syntax
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DAttributeSchema.java349 * type is either <code>SINGLE_CHOICE</code> or
360 * type is either <code>SINGLE_CHOICE</code> or
373 * type is either <code>SINGLE_CHOICE</code> or
995 * <code>SINGLE_CHOICE</code>, <code>MULTIPLE_CHOICE</code>,
1013 * The <code>SINGLE_CHOICE</code> attribute type specifies that the
1017 public static final Type SINGLE_CHOICE = new Type("single_choice"); field in class:AttributeSchema.Type
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DAttributeSchema.java383 * type is either <code>SINGLE_CHOICE</code> or
394 * type is either <code>SINGLE_CHOICE</code> or
407 * type is either <code>SINGLE_CHOICE</code> or
1029 * <code>SINGLE_CHOICE</code>, <code>MULTIPLE_CHOICE</code>,
1047 * The <code>SINGLE_CHOICE</code> attribute type specifies that the
1051 public static final Type SINGLE_CHOICE = new Type("single_choice"); field in class:AttributeSchema.Type

Completed in 35 milliseconds