Uses of Class
org.forgerock.opendj.ldap.controls.PasswordPolicyErrorType
-
Packages that use PasswordPolicyErrorType Package Description org.forgerock.opendj.ldap.controls Classes and interfaces for common LDAP controls. -
-
Uses of PasswordPolicyErrorType in org.forgerock.opendj.ldap.controls
Methods in org.forgerock.opendj.ldap.controls that return PasswordPolicyErrorType Modifier and Type Method 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.Methods in org.forgerock.opendj.ldap.controls with parameters of type PasswordPolicyErrorType Modifier and Type Method 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.
-