Searched refs:MULTIPLE_CHOICE (Results 1 - 25 of 44) sorted by relevance

12

/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
80 public static final Syntax MULTIPLE_CHOICE = new Syntax("MULTIPLE_CHOICE"); field in class:Syntax
H A DActionSchema.java71 * <code>MULTIPLE_CHOICE</code> in the service schema definition.
85 * or <code>MULTIPLE_CHOICE</code>. Also each action value must have
98 * <code>SINGLE_CHOICE</code> or <code>MULTIPLE_CHOICE</code>, or if
240 type.equals(AttributeSchema.Type.MULTIPLE_CHOICE)) {
/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
80 public static final Syntax MULTIPLE_CHOICE = new Syntax("MULTIPLE_CHOICE"); field in class:Syntax
H A DActionSchema.java71 * <code>MULTIPLE_CHOICE</code> in the service schema definition.
85 * or <code>MULTIPLE_CHOICE</code>. Also each action value must have
98 * <code>SINGLE_CHOICE</code> or <code>MULTIPLE_CHOICE</code>, or if
240 type.equals(AttributeSchema.Type.MULTIPLE_CHOICE)) {
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAMDisplayType.java84 } else if (type.equals(AttributeSchema.Type.MULTIPLE_CHOICE)) {
147 } else if (syntax.equals(Syntax.MULTIPLE_CHOICE)) {
H A DAMServiceProfileModelImpl.java171 if ((type == AttributeSchema.Type.MULTIPLE_CHOICE) ||
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAMDisplayType.java84 } else if (type.equals(AttributeSchema.Type.MULTIPLE_CHOICE)) {
147 } else if (syntax.equals(Syntax.MULTIPLE_CHOICE)) {
H A DAMServiceProfileModelImpl.java171 if ((type == AttributeSchema.Type.MULTIPLE_CHOICE) ||
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMAttributeSchema.java245 else if (type.equals(AttributeSchema.Type.MULTIPLE_CHOICE.toString()))
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/realm/
H A DRealmAddServiceAttributes.java194 type.equals(AttributeSchema.Type.MULTIPLE_CHOICE)) {
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/policy/plugins/
H A DWebServicesClients.java99 return (Syntax.MULTIPLE_CHOICE);
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/realm/
H A DRealmAddServiceAttributes.java194 type.equals(AttributeSchema.Type.MULTIPLE_CHOICE)) {
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMAttributeSchema.java245 else if (type.equals(AttributeSchema.Type.MULTIPLE_CHOICE.toString()))
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/policy/plugins/
H A DWebServicesClients.java99 return (Syntax.MULTIPLE_CHOICE);
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DSCModelBase.java174 if ((type == AttributeSchema.Type.MULTIPLE_CHOICE) ||
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DAMIdentitySubject.java113 * It returns <code>Syntax.MULTIPLE_CHOICE</code>.
122 return (Syntax.MULTIPLE_CHOICE);
H A DDSAMERole.java160 return (Syntax.MULTIPLE_CHOICE);
H A DIDRepoResponseProvider.java179 return (Syntax.MULTIPLE_CHOICE);
204 * MULTIPLE_CHOICE.
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DSCModelBase.java174 if ((type == AttributeSchema.Type.MULTIPLE_CHOICE) ||
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DAMIdentitySubject.java114 * It returns <code>Syntax.MULTIPLE_CHOICE</code>.
123 return (Syntax.MULTIPLE_CHOICE);
H A DDSAMERole.java161 return (Syntax.MULTIPLE_CHOICE);
H A DIDRepoResponseProvider.java179 return (Syntax.MULTIPLE_CHOICE);
204 * MULTIPLE_CHOICE.
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/property/
H A DPropertyXMLBuilderBase.java109 mapTypeToName.put(AttributeSchema.Type.MULTIPLE_CHOICE,
464 type.equals(AttributeSchema.Type.MULTIPLE_CHOICE) &&
578 if (type.equals(AttributeSchema.Type.MULTIPLE_CHOICE)) {
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/property/
H A DPropertyXMLBuilderBase.java109 mapTypeToName.put(AttributeSchema.Type.MULTIPLE_CHOICE,
464 type.equals(AttributeSchema.Type.MULTIPLE_CHOICE) &&
578 if (type.equals(AttributeSchema.Type.MULTIPLE_CHOICE)) {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DAttributeValidator.java300 if (type.equals(AttributeSchema.Type.MULTIPLE_CHOICE)) {

Completed in 53 milliseconds

12