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

/forgerock/opendj2/src/server/org/opends/server/core/
H A DSubentryPasswordPolicy.java85 private static final String PWD_ATTR_VALIDATOR = "ds-cfg-password-validator"; field in class:SubentryPasswordPolicy
261 DirectoryServer.getAttributeType(PWD_ATTR_VALIDATOR, true);
275 validatorDN.toString(), PWD_ATTR_VALIDATOR));
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DSubentryPasswordPolicy.java91 private static final String PWD_ATTR_VALIDATOR = "ds-cfg-password-validator"; field in class:SubentryPasswordPolicy
524 DirectoryServer.getAttributeType(PWD_ATTR_VALIDATOR, true);
538 validatorDN.toString(), PWD_ATTR_VALIDATOR));
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DSubentryPasswordPolicy.java85 private static final String PWD_ATTR_VALIDATOR = "ds-cfg-password-validator"; field in class:SubentryPasswordPolicy
261 DirectoryServer.getAttributeType(PWD_ATTR_VALIDATOR, true);
275 validatorDN.toString(), PWD_ATTR_VALIDATOR));
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DSubentryPasswordPolicy.java81 private static final String PWD_ATTR_VALIDATOR = "ds-cfg-password-validator"; field in class:SubentryPasswordPolicy
251 DirectoryServer.getAttributeTypeOrDefault(PWD_ATTR_VALIDATOR);
263 ERR_PWPOLICY_UNKNOWN_VALIDATOR.get(this.passwordPolicySubentryDN, validatorDN, PWD_ATTR_VALIDATOR));

Completed in 50 milliseconds