Package | Description |
---|---|
org.forgerock.opendj.ldap.controls |
Classes and interfaces for common LDAP controls.
|
Modifier and Type | Method and Description |
---|---|
PasswordPolicyWarningType |
PasswordPolicyResponseControl.getWarningType()
Returns the password policy warning type, if available.
|
static PasswordPolicyWarningType |
PasswordPolicyWarningType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PasswordPolicyWarningType[] |
PasswordPolicyWarningType.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(PasswordPolicyWarningType warningType,
int warningValue)
Creates a new password policy response control with the provided warning.
|
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-2017 ForgeRock AS.