| Package | Description |
|---|---|
| org.forgerock.opendj.ldap.controls |
Classes and interfaces for common LDAP controls.
|
| Modifier and Type | Field and Description |
|---|---|
static ControlDecoder<PasswordPolicyResponseControl> |
PasswordPolicyResponseControl.DECODER
A decoder which can be used for decoding the password policy response
control.
|
| 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)
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 © 2011-2015 ForgeRock AS. All Rights Reserved.