Package | Description |
---|---|
org.opends.server.controls |
Contains classes that represent specific LDAP controls and their values.
|
Modifier and Type | Method and Description |
---|---|
PasswordPolicyWarningType |
PasswordPolicyResponseControl.getWarningType()
Retrieves the password policy warning type contained in this control.
|
static PasswordPolicyWarningType |
PasswordPolicyWarningType.valueOf(byte type)
Retrieves the password policy warning type for the provided BER type.
|
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.
|
Constructor and Description |
---|
PasswordPolicyResponseControl(boolean isCritical,
PasswordPolicyWarningType warningType,
int warningValue,
PasswordPolicyErrorType errorType)
Creates a new instance of the password policy request control with the provided information.
|
PasswordPolicyResponseControl(PasswordPolicyWarningType warningType,
int warningValue,
PasswordPolicyErrorType errorType)
Creates a new instance of this password policy response control with the default OID and criticality, and with
the provided warning and/or error flag information.
|
Copyright 2010-2018 ForgeRock AS.