| Package | Description |
|---|---|
| org.apache.directory.server.config.beans | |
| org.apache.directory.server.config.builder |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<PasswordPolicyBean> |
AuthenticationInterceptorBean.passwordPolicies
The reference to the Password Policy component
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PasswordPolicyBean> |
AuthenticationInterceptorBean.getPasswordPolicies() |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthenticationInterceptorBean.addPasswordPolicies(PasswordPolicyBean... ppolicies) |
void |
AuthenticationInterceptorBean.removePasswordPolicies(PasswordPolicyBean... ppolicies) |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthenticationInterceptorBean.setPasswordPolicies(java.util.List<PasswordPolicyBean> passwordPolicies) |
| Modifier and Type | Method and Description |
|---|---|
static PasswordPolicyConfiguration |
ServiceBuilder.createPwdPolicyConfig(PasswordPolicyBean passwordPolicyBean)
creates the PassworddPolicyConfiguration object after reading the config entry containing pwdpolicy OC
|