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

/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DSubentryPasswordPolicy.java95 private final Long pLockoutDuration; field in class:SubentryPasswordPolicy
384 this.pLockoutDuration = Long.parseLong(value.toString());
385 checkIntegerAttr(PWD_ATTR_LOCKOUTDURATION, this.pLockoutDuration, 0,
397 this.pLockoutDuration = null;
702 return pLockoutDuration != null ? pLockoutDuration
/forgerock/opendj2/src/server/org/opends/server/core/
H A DSubentryPasswordPolicy.java97 private final Long pLockoutDuration; field in class:SubentryPasswordPolicy
243 this.pLockoutDuration = asLong(entry, PWD_ATTR_LOCKOUTDURATION);
492 return pLockoutDuration != null ? pLockoutDuration
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DSubentryPasswordPolicy.java103 private final Long pLockoutDuration; field in class:SubentryPasswordPolicy
395 this.pLockoutDuration = Long.parseLong(value.toString());
396 checkIntegerAttr(PWD_ATTR_LOCKOUTDURATION, this.pLockoutDuration, 0,
408 this.pLockoutDuration = null;
743 return pLockoutDuration != null ? pLockoutDuration
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DSubentryPasswordPolicy.java95 private final Long pLockoutDuration; field in class:SubentryPasswordPolicy
384 this.pLockoutDuration = Long.parseLong(value.toString());
385 checkIntegerAttr(PWD_ATTR_LOCKOUTDURATION, this.pLockoutDuration, 0,
397 this.pLockoutDuration = null;
702 return pLockoutDuration != null ? pLockoutDuration
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DSubentryPasswordPolicy.java97 private final Long pLockoutDuration; field in class:SubentryPasswordPolicy
243 this.pLockoutDuration = asLong(entry, PWD_ATTR_LOCKOUTDURATION);
492 return pLockoutDuration != null ? pLockoutDuration
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DSubentryPasswordPolicy.java93 private final Long pLockoutDuration; field in class:SubentryPasswordPolicy
233 this.pLockoutDuration = asLong(entry, PWD_ATTR_LOCKOUTDURATION);
479 return pLockoutDuration != null ? pLockoutDuration

Completed in 46 milliseconds