/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/ |
H A D | Syntax.java | 35 * 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 D | ActionSchema.java | 71 * <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 D | Syntax.java | 35 * 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 D | ActionSchema.java | 71 * <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 D | AMDisplayType.java | 84 } else if (type.equals(AttributeSchema.Type.MULTIPLE_CHOICE)) { 147 } else if (syntax.equals(Syntax.MULTIPLE_CHOICE)) {
|
H A D | AMServiceProfileModelImpl.java | 171 if ((type == AttributeSchema.Type.MULTIPLE_CHOICE) ||
|
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/model/ |
H A D | AMDisplayType.java | 84 } else if (type.equals(AttributeSchema.Type.MULTIPLE_CHOICE)) { 147 } else if (syntax.equals(Syntax.MULTIPLE_CHOICE)) {
|
H A D | AMServiceProfileModelImpl.java | 171 if ((type == AttributeSchema.Type.MULTIPLE_CHOICE) ||
|
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ |
H A D | AMAttributeSchema.java | 245 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 D | RealmAddServiceAttributes.java | 194 type.equals(AttributeSchema.Type.MULTIPLE_CHOICE)) {
|
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/policy/plugins/ |
H A D | WebServicesClients.java | 99 return (Syntax.MULTIPLE_CHOICE);
|
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/realm/ |
H A D | RealmAddServiceAttributes.java | 194 type.equals(AttributeSchema.Type.MULTIPLE_CHOICE)) {
|
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/ |
H A D | AMAttributeSchema.java | 245 else if (type.equals(AttributeSchema.Type.MULTIPLE_CHOICE.toString()))
|
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/policy/plugins/ |
H A D | WebServicesClients.java | 99 return (Syntax.MULTIPLE_CHOICE);
|
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/service/model/ |
H A D | SCModelBase.java | 174 if ((type == AttributeSchema.Type.MULTIPLE_CHOICE) ||
|
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/plugins/ |
H A D | AMIdentitySubject.java | 113 * It returns <code>Syntax.MULTIPLE_CHOICE</code>. 122 return (Syntax.MULTIPLE_CHOICE);
|
H A D | DSAMERole.java | 160 return (Syntax.MULTIPLE_CHOICE);
|
H A D | IDRepoResponseProvider.java | 179 return (Syntax.MULTIPLE_CHOICE); 204 * MULTIPLE_CHOICE.
|
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/service/model/ |
H A D | SCModelBase.java | 174 if ((type == AttributeSchema.Type.MULTIPLE_CHOICE) ||
|
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/plugins/ |
H A D | AMIdentitySubject.java | 114 * It returns <code>Syntax.MULTIPLE_CHOICE</code>. 123 return (Syntax.MULTIPLE_CHOICE);
|
H A D | DSAMERole.java | 161 return (Syntax.MULTIPLE_CHOICE);
|
H A D | IDRepoResponseProvider.java | 179 return (Syntax.MULTIPLE_CHOICE); 204 * MULTIPLE_CHOICE.
|
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/property/ |
H A D | PropertyXMLBuilderBase.java | 109 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 D | PropertyXMLBuilderBase.java | 109 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 D | AttributeValidator.java | 300 if (type.equals(AttributeSchema.Type.MULTIPLE_CHOICE)) {
|