Searched defs:PWD_ATTR_ALLOWUSERCHANGE (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DSubentryPasswordPolicy.java81 private static final String PWD_ATTR_ALLOWUSERCHANGE = "pwdallowuserchange"; field in class:SubentryPasswordPolicy
441 value = getAttrValue(entry, PWD_ATTR_ALLOWUSERCHANGE);
452 ERR_CONFIG_ATTR_INVALID_BOOLEAN_VALUE.get(PWD_ATTR_ALLOWUSERCHANGE,
/forgerock/opendj2/src/server/org/opends/server/core/
H A DSubentryPasswordPolicy.java80 private static final String PWD_ATTR_ALLOWUSERCHANGE = "pwdallowuserchange"; field in class:SubentryPasswordPolicy
247 this.pAllowUserPasswordChanges = asBoolean(entry, PWD_ATTR_ALLOWUSERCHANGE);
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DSubentryPasswordPolicy.java86 private static final String PWD_ATTR_ALLOWUSERCHANGE = "pwdallowuserchange"; field in class:SubentryPasswordPolicy
452 value = getAttrValue(entry, PWD_ATTR_ALLOWUSERCHANGE);
463 ERR_CONFIG_ATTR_INVALID_BOOLEAN_VALUE.get(PWD_ATTR_ALLOWUSERCHANGE,
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DSubentryPasswordPolicy.java81 private static final String PWD_ATTR_ALLOWUSERCHANGE = "pwdallowuserchange"; field in class:SubentryPasswordPolicy
441 value = getAttrValue(entry, PWD_ATTR_ALLOWUSERCHANGE);
452 ERR_CONFIG_ATTR_INVALID_BOOLEAN_VALUE.get(PWD_ATTR_ALLOWUSERCHANGE,
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DSubentryPasswordPolicy.java80 private static final String PWD_ATTR_ALLOWUSERCHANGE = "pwdallowuserchange"; field in class:SubentryPasswordPolicy
247 this.pAllowUserPasswordChanges = asBoolean(entry, PWD_ATTR_ALLOWUSERCHANGE);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DSubentryPasswordPolicy.java77 private static final String PWD_ATTR_ALLOWUSERCHANGE = "pwdallowuserchange"; field in class:SubentryPasswordPolicy
237 this.pAllowUserPasswordChanges = asBoolean(entry, PWD_ATTR_ALLOWUSERCHANGE);

Completed in 106 milliseconds