Searched refs:VALIDATOR (Results 1 - 14 of 14) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMAttributeSchema.java80 * The <code>VALIDATOR</code> attribute type specifies that the attribute
249 else if (type.equals(AttributeSchema.Type.VALIDATOR.toString()))
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMAttributeSchema.java80 * The <code>VALIDATOR</code> attribute type specifies that the attribute
249 else if (type.equals(AttributeSchema.Type.VALIDATOR.toString()))
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DAttributeValidator.java342 if (type.equals(AttributeSchema.Type.VALIDATOR)) {
H A DSMSUtils.java485 if (!AttributeSchema.Type.VALIDATOR.equals(serviceSchema.getAttributeSchema(name).getType())) {
H A DAttributeSchema.java996 * <code>SIGNATURE</code> and <code>VALIDATOR</code>.
1033 * The <code>VALIDATOR</code> attribute type specifies that the
1036 public static final Type VALIDATOR = new Type("validator"); field in class:AttributeSchema.Type
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DAttributeValidator.java342 if (type.equals(AttributeSchema.Type.VALIDATOR)) {
H A DAttributeSchema.java1030 * <code>SIGNATURE</code> and <code>VALIDATOR</code>.
1067 * The <code>VALIDATOR</code> attribute type specifies that the
1070 public static final Type VALIDATOR = new Type("validator"); field in class:AttributeSchema.Type
H A DSMSUtils.java527 if (!AttributeSchema.Type.VALIDATOR.equals(serviceSchema.getAttributeSchema(name).getType())) {
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DSmsJsonConverter.java248 .equals(AttributeSchema.Type.VALIDATOR) || type.equals(AttributeSchema.Type
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DSmsJsonConverter.java281 .equals(AttributeSchema.Type.VALIDATOR) || type.equals(AttributeSchema.Type
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DAgentConfiguration.java876 if (as.getType().equals(AttributeSchema.Type.VALIDATOR)) {
1138 AttributeSchema.Type.VALIDATOR);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DAgentConfiguration.java885 if (as.getType().equals(AttributeSchema.Type.VALIDATOR)) {
1151 AttributeSchema.Type.VALIDATOR);
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/idm/model/
H A DEntitiesModelImpl.java516 if (type.equals(AttributeSchema.Type.VALIDATOR)) {
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/idm/model/
H A DEntitiesModelImpl.java516 if (type.equals(AttributeSchema.Type.VALIDATOR)) {

Completed in 52 milliseconds