| Package | Description |
|---|---|
| org.apache.directory.api.ldap.extras.controls.ppolicy | |
| org.apache.directory.ldap.client.template.exception |
| Modifier and Type | Method and Description |
|---|---|
static PasswordPolicyErrorEnum |
PasswordPolicyErrorEnum.get(int val) |
PasswordPolicyErrorEnum |
PasswordPolicyResponse.getPasswordPolicyError()
Returns the password policy error.
|
PasswordPolicyErrorEnum |
PasswordPolicyResponseImpl.getPasswordPolicyError()
Returns the password policy error.
|
static PasswordPolicyErrorEnum |
PasswordPolicyErrorEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PasswordPolicyErrorEnum[] |
PasswordPolicyErrorEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PasswordPolicyResponse.setPasswordPolicyError(PasswordPolicyErrorEnum ppolicyError)
Sets the PasswordPolicy error.
|
void |
PasswordPolicyResponseImpl.setPasswordPolicyError(PasswordPolicyErrorEnum ppolicyError)
Sets the PasswordPolicy error.
|
| Modifier and Type | Method and Description |
|---|---|
PasswordPolicyErrorEnum |
PasswordException.getPasswordPolicyError()
Returns the password policy error code if present, otherwise null.
|
| Modifier and Type | Method and Description |
|---|---|
PasswordException |
PasswordException.setPasswordPolicyError(PasswordPolicyErrorEnum passwordPolicyError) |
Copyright © 2021. All rights reserved.