| Package | Description |
|---|---|
| org.apache.directory.server.core.authn |
| Modifier and Type | Method and Description |
|---|---|
private AuthenticationInterceptor.PwdModDetailsHolder |
AuthenticationInterceptor.getPwdModDetails(ModifyOperationContext modifyContext,
PasswordPolicyConfiguration policyConfig) |
| Modifier and Type | Method and Description |
|---|---|
private void |
AuthenticationInterceptor.checkOldPwdRequired(ModifyOperationContext modifyContext,
PasswordPolicyConfiguration policyConfig,
AuthenticationInterceptor.PwdModDetailsHolder pwdModDetails,
boolean isPPolicyReqCtrlPresent)
If the PP config request it, the old password must be supplied in the modifications.
|
private void |
AuthenticationInterceptor.checkPwdMustChange(ModifyOperationContext modifyContext,
CoreSession userSession,
AuthenticationInterceptor.PwdModDetailsHolder pwdModDetails,
boolean isPPolicyReqCtrlPresent)
Check if the password has to be changed, but can't.
|
private void |
AuthenticationInterceptor.processModifyAddPwdAttributes(org.apache.directory.api.ldap.model.entry.Entry entry,
java.util.List<org.apache.directory.api.ldap.model.entry.Modification> mods,
AuthenticationInterceptor.PwdModDetailsHolder pwdModDetails)
Add the passwordPolicy related Attributes from the modified entry
|