Package | Description |
---|---|
org.forgerock.opendj.ldap.controls |
Classes and interfaces for common LDAP controls.
|
Modifier and Type | Method and Description |
---|---|
PasswordPolicyErrorType |
PasswordPolicyResponseControl.getErrorType()
Returns the password policy error type, if available.
|
static PasswordPolicyErrorType |
PasswordPolicyErrorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PasswordPolicyErrorType[] |
PasswordPolicyErrorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static PasswordPolicyResponseControl |
PasswordPolicyResponseControl.newControl(PasswordPolicyErrorType errorType)
Creates a new password policy response control with the provided error.
|
static PasswordPolicyResponseControl |
PasswordPolicyResponseControl.newControl(PasswordPolicyWarningType warningType,
int warningValue,
PasswordPolicyErrorType errorType)
Creates a new password policy response control with the provided warning
and error.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.