Searched defs:selfChange (Results 1 - 7 of 7) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendModifyOperation.java120 protected boolean selfChange; field in class:LocalBackendModifyOperation
398 selfChange = entryDN.equals(authzDN);
402 if (( !isInternalOperation()) && !selfChange
516 if ((!passwordChanged) && (!isInternalOperation()) && selfChange
1042 if (! selfChange)
1101 if (selfChange
1125 if (selfChange && pwPolicyState.isWithinMinimumAge())
1302 if ((!isInternalOperation()) && selfChange)
1889 if (selfChange
1914 if (selfChange
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendModifyOperation.java120 protected boolean selfChange; field in class:LocalBackendModifyOperation
398 selfChange = entryDN.equals(authzDN);
402 if (( !isInternalOperation()) && !selfChange
516 if ((!passwordChanged) && (!isInternalOperation()) && selfChange
1024 if (! selfChange)
1083 if (selfChange
1107 if (selfChange && pwPolicyState.isWithinMinimumAge())
1284 if ((!isInternalOperation()) && selfChange)
1871 if (selfChange
1896 if (selfChange
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendModifyOperation.java120 protected boolean selfChange; field in class:LocalBackendModifyOperation
398 selfChange = entryDN.equals(authzDN);
402 if (( !isInternalOperation()) && !selfChange
516 if ((!passwordChanged) && (!isInternalOperation()) && selfChange
1042 if (! selfChange)
1101 if (selfChange
1125 if (selfChange && pwPolicyState.isWithinMinimumAge())
1302 if ((!isInternalOperation()) && selfChange)
1889 if (selfChange
1914 if (selfChange
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DPasswordModifyExtendedOperation.java378 boolean selfChange = isSelfChange(userIdentity, requestorEntry, userDN, oldPassword);
380 if (! selfChange)
400 else if (selfChange && pwPolicyState.isLocked())
413 if (selfChange
456 if (selfChange
476 if (selfChange && pwPolicyState.isWithinMinimumAge())
486 if (selfChange
553 if (selfChange || !pwPolicyState.getAuthenticationPolicy().isSkipValidationForAdministrators())
577 if (selfChange || !pwPolicyState.getAuthenticationPolicy().isSkipValidationForAdministrators())
659 !selfChange
780 generateAccountStatusNotification(ByteString oldPassword, ByteString newPassword, Entry userEntry, PasswordPolicyState pwPolicyState, boolean selfChange) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendModifyOperation.java99 private boolean selfChange; field in class:LocalBackendModifyOperation
393 selfChange = entryDN.equals(authzDN);
398 && !selfChange
471 if (!passwordChanged && !isInternalOperation() && selfChange
909 if (!selfChange && !clientConnection.hasPrivilege(Privilege.PASSWORD_RESET, this))
963 if (selfChange && !authPolicy.isAllowUserPasswordChanges())
984 if (selfChange && pwPolicyState.isWithinMinimumAge())
1157 if (!isInternalOperation() && selfChange)
1704 if (selfChange
1727 && (selfChange || !authPolic
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendModifyOperation.java99 private boolean selfChange; field in class:LocalBackendModifyOperation
393 selfChange = entryDN.equals(authzDN);
398 && !selfChange
471 if (!passwordChanged && !isInternalOperation() && selfChange
909 if (!selfChange && !clientConnection.hasPrivilege(Privilege.PASSWORD_RESET, this))
963 if (selfChange && !authPolicy.isAllowUserPasswordChanges())
984 if (selfChange && pwPolicyState.isWithinMinimumAge())
1157 if (!isInternalOperation() && selfChange)
1704 if (selfChange
1727 && (selfChange || !authPolic
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/workflowelement/localbackend/
H A DLocalBackendModifyOperation.java117 private boolean selfChange; field in class:LocalBackendModifyOperation
405 selfChange = entryDN.equals(authzDN);
408 if (mustChangePassword(selfChange, getAuthorizationEntry()))
557 return !isInternalOperation() && selfChange && !passwordChanged && pwPolicyState.mustChangePassword();
560 private boolean mustChangePassword(boolean selfChange, Entry authzEntry) throws DirectoryException argument
562 return !isInternalOperation() && !selfChange && authzEntry != null && mustChangePassword(authzEntry);
881 if (!selfChange && !clientConnection.hasPrivilege(Privilege.PASSWORD_RESET, this))
918 if (selfChange && !authPolicy.isAllowUserPasswordChanges())
939 if (selfChange && pwPolicyState.isWithinMinimumAge())
1065 if (!isInternalOperation() && selfChange)
[all...]

Completed in 38 milliseconds