Searched defs:mustChangePassword (Results 1 - 25 of 25) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DAuthenticationInfo.java59 private boolean mustChangePassword; field in class:AuthenticationInfo
90 mustChangePassword = false;
118 mustChangePassword = false;
154 this.mustChangePassword = false;
191 this.mustChangePassword = false;
241 this.mustChangePassword = false;
288 public boolean mustChangePassword() method in class:AuthenticationInfo
290 return mustChangePassword;
299 * @param mustChangePassword Specifies whether the authenticated
304 public void setMustChangePassword(boolean mustChangePassword) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/types/
H A DAuthenticationInfo.java56 private boolean mustChangePassword; field in class:AuthenticationInfo
84 mustChangePassword = false;
110 mustChangePassword = false;
139 this.mustChangePassword = false;
171 this.mustChangePassword = false;
216 this.mustChangePassword = false;
259 public boolean mustChangePassword() method in class:AuthenticationInfo
261 return mustChangePassword;
270 * @param mustChangePassword Specifies whether the authenticated
275 public void setMustChangePassword(boolean mustChangePassword) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DAuthenticationInfo.java57 private boolean mustChangePassword; field in class:AuthenticationInfo
85 mustChangePassword = false;
111 mustChangePassword = false;
140 this.mustChangePassword = false;
172 this.mustChangePassword = false;
217 this.mustChangePassword = false;
260 public boolean mustChangePassword() method in class:AuthenticationInfo
262 return mustChangePassword;
271 * @param mustChangePassword Specifies whether the authenticated
276 public void setMustChangePassword(boolean mustChangePassword) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DAuthenticationInfo.java59 private boolean mustChangePassword; field in class:AuthenticationInfo
90 mustChangePassword = false;
118 mustChangePassword = false;
154 this.mustChangePassword = false;
191 this.mustChangePassword = false;
241 this.mustChangePassword = false;
288 public boolean mustChangePassword() method in class:AuthenticationInfo
290 return mustChangePassword;
299 * @param mustChangePassword Specifies whether the authenticated
304 public void setMustChangePassword(boolean mustChangePassword) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DAuthenticationInfo.java56 private boolean mustChangePassword; field in class:AuthenticationInfo
84 mustChangePassword = false;
110 mustChangePassword = false;
139 this.mustChangePassword = false;
171 this.mustChangePassword = false;
216 this.mustChangePassword = false;
259 public boolean mustChangePassword() method in class:AuthenticationInfo
261 return mustChangePassword;
270 * @param mustChangePassword Specifies whether the authenticated
275 public void setMustChangePassword(boolean mustChangePassword) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DAuthenticationInfo.java57 private boolean mustChangePassword; field in class:AuthenticationInfo
85 mustChangePassword = false;
111 mustChangePassword = false;
140 this.mustChangePassword = false;
172 this.mustChangePassword = false;
217 this.mustChangePassword = false;
260 public boolean mustChangePassword() method in class:AuthenticationInfo
262 return mustChangePassword;
271 * @param mustChangePassword Specifies whether the authenticated
276 public void setMustChangePassword(boolean mustChangePassword) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendBindOperation.java88 private boolean mustChangePassword; field in class:LocalBackendBindOperation
184 mustChangePassword = false;
235 clientConnection.setMustChangePassword(mustChangePassword);
268 else if (mustChangePassword)
769 pwPolicyState.mustChangePassword())
771 mustChangePassword = true;
1036 mustChangePassword = true;
1087 if (pwPolicyState.mustChangePassword())
1089 mustChangePassword = true;
/forgerock/opendj2/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendBindOperation.java90 private boolean mustChangePassword; field in class:LocalBackendBindOperation
188 mustChangePassword = false;
239 clientConnection.setMustChangePassword(mustChangePassword);
272 else if (mustChangePassword)
768 pwPolicyState.mustChangePassword())
770 mustChangePassword = true;
1056 mustChangePassword = true;
1107 if (pwPolicyState.mustChangePassword())
1109 mustChangePassword = true;
/forgerock/opendj2.6.2/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendBindOperation.java88 private boolean mustChangePassword; field in class:LocalBackendBindOperation
184 mustChangePassword = false;
235 clientConnection.setMustChangePassword(mustChangePassword);
268 else if (mustChangePassword)
760 pwPolicyState.mustChangePassword())
762 mustChangePassword = true;
1027 mustChangePassword = true;
1078 if (pwPolicyState.mustChangePassword())
1080 mustChangePassword = true;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendBindOperation.java88 private boolean mustChangePassword; field in class:LocalBackendBindOperation
184 mustChangePassword = false;
235 clientConnection.setMustChangePassword(mustChangePassword);
268 else if (mustChangePassword)
769 pwPolicyState.mustChangePassword())
771 mustChangePassword = true;
1036 mustChangePassword = true;
1087 if (pwPolicyState.mustChangePassword())
1089 mustChangePassword = true;
/forgerock/opendj2-hg/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendBindOperation.java90 private boolean mustChangePassword; field in class:LocalBackendBindOperation
188 mustChangePassword = false;
239 clientConnection.setMustChangePassword(mustChangePassword);
272 else if (mustChangePassword)
768 pwPolicyState.mustChangePassword())
770 mustChangePassword = true;
1056 mustChangePassword = true;
1107 if (pwPolicyState.mustChangePassword())
1109 mustChangePassword = true;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/workflowelement/localbackend/
H A DLocalBackendBindOperation.java79 private boolean mustChangePassword; field in class:LocalBackendBindOperation
161 mustChangePassword = false;
199 clientConnection.setMustChangePassword(mustChangePassword);
227 else if (mustChangePassword)
655 pwPolicyState.mustChangePassword())
657 mustChangePassword = true;
912 mustChangePassword = true;
961 if (pwPolicyState.mustChangePassword())
963 mustChangePassword = true;
H A DLocalBackendModifyOperation.java408 if (mustChangePassword(selfChange, getAuthorizationEntry()))
557 return !isInternalOperation() && selfChange && !passwordChanged && pwPolicyState.mustChangePassword();
560 private boolean mustChangePassword(boolean selfChange, Entry authzEntry) throws DirectoryException method in class:LocalBackendModifyOperation
562 return !isInternalOperation() && !selfChange && authzEntry != null && mustChangePassword(authzEntry);
565 private boolean mustChangePassword(Entry authzEntry) throws DirectoryException method in class:LocalBackendModifyOperation
568 return authzState != null && authzState.mustChangePassword();
/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DPasswordPolicyState.java99 private ConditionResult mustChangePassword = ConditionResult.UNDEFINED; field in class:PasswordPolicyState
1546 public boolean mustChangePassword() method in class:PasswordPolicyState
1548 if(mustChangePassword != ConditionResult.UNDEFINED)
1553 (mustChangePassword == ConditionResult.TRUE), userDNString);
1556 return mustChangePassword == ConditionResult.TRUE;
1569 mustChangePassword = ConditionResult.FALSE;
1592 mustChangePassword = getBoolean(userEntry, type);
1604 mustChangePassword = ConditionResult.TRUE;
1609 if(mustChangePassword == ConditionResult.UNDEFINED)
1611 mustChangePassword
1640 setMustChangePassword(boolean mustChangePassword) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/api/
H A DClientConnection.java675 public final boolean mustChangePassword() method in class:ClientConnection
683 return authenticationInfo.mustChangePassword();
694 * @param mustChangePassword Specifies whether the user associated
699 public final void setMustChangePassword(boolean mustChangePassword) argument
706 authenticationInfo.setMustChangePassword(mustChangePassword);
/forgerock/opendj2/src/server/org/opends/server/core/
H A DPasswordPolicyState.java98 private ConditionResult mustChangePassword = ConditionResult.UNDEFINED; field in class:PasswordPolicyState
1597 public boolean mustChangePassword() method in class:PasswordPolicyState
1599 if(mustChangePassword != ConditionResult.UNDEFINED)
1604 (mustChangePassword == ConditionResult.TRUE), userDNString);
1607 return mustChangePassword == ConditionResult.TRUE;
1620 mustChangePassword = ConditionResult.FALSE;
1643 mustChangePassword = getBoolean(userEntry, type);
1655 mustChangePassword = ConditionResult.TRUE;
1660 if(mustChangePassword == ConditionResult.UNDEFINED)
1662 mustChangePassword
1691 setMustChangePassword(boolean mustChangePassword) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/api/
H A DClientConnection.java676 public final boolean mustChangePassword() method in class:ClientConnection
684 return authenticationInfo.mustChangePassword();
695 * @param mustChangePassword Specifies whether the user associated
700 public final void setMustChangePassword(boolean mustChangePassword) argument
707 authenticationInfo.setMustChangePassword(mustChangePassword);
/forgerock/opendj2.6.2/src/server/org/opends/server/api/
H A DClientConnection.java676 public final boolean mustChangePassword() method in class:ClientConnection
684 return authenticationInfo.mustChangePassword();
695 * @param mustChangePassword Specifies whether the user associated
700 public final void setMustChangePassword(boolean mustChangePassword) argument
707 authenticationInfo.setMustChangePassword(mustChangePassword);
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DPasswordPolicyState.java99 private ConditionResult mustChangePassword = ConditionResult.UNDEFINED; field in class:PasswordPolicyState
1546 public boolean mustChangePassword() method in class:PasswordPolicyState
1548 if(mustChangePassword != ConditionResult.UNDEFINED)
1553 (mustChangePassword == ConditionResult.TRUE), userDNString);
1556 return mustChangePassword == ConditionResult.TRUE;
1569 mustChangePassword = ConditionResult.FALSE;
1592 mustChangePassword = getBoolean(userEntry, type);
1604 mustChangePassword = ConditionResult.TRUE;
1609 if(mustChangePassword == ConditionResult.UNDEFINED)
1611 mustChangePassword
1640 setMustChangePassword(boolean mustChangePassword) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DPasswordPolicyState.java99 private ConditionResult mustChangePassword = ConditionResult.UNDEFINED; field in class:PasswordPolicyState
1546 public boolean mustChangePassword() method in class:PasswordPolicyState
1548 if(mustChangePassword != ConditionResult.UNDEFINED)
1553 (mustChangePassword == ConditionResult.TRUE), userDNString);
1556 return mustChangePassword == ConditionResult.TRUE;
1569 mustChangePassword = ConditionResult.FALSE;
1592 mustChangePassword = getBoolean(userEntry, type);
1604 mustChangePassword = ConditionResult.TRUE;
1609 if(mustChangePassword == ConditionResult.UNDEFINED)
1611 mustChangePassword
1640 setMustChangePassword(boolean mustChangePassword) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/api/
H A DClientConnection.java675 public final boolean mustChangePassword() method in class:ClientConnection
683 return authenticationInfo.mustChangePassword();
694 * @param mustChangePassword Specifies whether the user associated
699 public final void setMustChangePassword(boolean mustChangePassword) argument
706 authenticationInfo.setMustChangePassword(mustChangePassword);
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DPasswordPolicyState.java98 private ConditionResult mustChangePassword = ConditionResult.UNDEFINED; field in class:PasswordPolicyState
1597 public boolean mustChangePassword() method in class:PasswordPolicyState
1599 if(mustChangePassword != ConditionResult.UNDEFINED)
1604 (mustChangePassword == ConditionResult.TRUE), userDNString);
1607 return mustChangePassword == ConditionResult.TRUE;
1620 mustChangePassword = ConditionResult.FALSE;
1643 mustChangePassword = getBoolean(userEntry, type);
1655 mustChangePassword = ConditionResult.TRUE;
1660 if(mustChangePassword == ConditionResult.UNDEFINED)
1662 mustChangePassword
1691 setMustChangePassword(boolean mustChangePassword) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/api/
H A DClientConnection.java676 public final boolean mustChangePassword() method in class:ClientConnection
684 return authenticationInfo.mustChangePassword();
695 * @param mustChangePassword Specifies whether the user associated
700 public final void setMustChangePassword(boolean mustChangePassword) argument
707 authenticationInfo.setMustChangePassword(mustChangePassword);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/api/
H A DClientConnection.java590 public final boolean mustChangePassword() method in class:ClientConnection
593 && authenticationInfo.mustChangePassword();
603 * @param mustChangePassword Specifies whether the user associated
608 public final void setMustChangePassword(boolean mustChangePassword) argument
615 authenticationInfo.setMustChangePassword(mustChangePassword);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DPasswordPolicyState.java118 private ConditionResult mustChangePassword = ConditionResult.UNDEFINED; field in class:PasswordPolicyState
1300 public boolean mustChangePassword() method in class:PasswordPolicyState
1302 if(mustChangePassword != ConditionResult.UNDEFINED)
1307 mustChangePassword == ConditionResult.TRUE, userDNString);
1310 return mustChangePassword == ConditionResult.TRUE;
1320 mustChangePassword = ConditionResult.FALSE;
1334 mustChangePassword = getBoolean(userEntry, type);
1340 mustChangePassword = ConditionResult.TRUE;
1345 if(mustChangePassword == ConditionResult.UNDEFINED)
1347 mustChangePassword
1366 setMustChangePassword(boolean mustChangePassword) argument
[all...]

Completed in 192 milliseconds