Uses of Class
org.forgerock.opendj.ldap.controls.PasswordPolicyResponseControl
-
Packages that use PasswordPolicyResponseControl Package Description org.forgerock.opendj.ldap.controls Classes and interfaces for common LDAP controls. -
-
Uses of PasswordPolicyResponseControl in org.forgerock.opendj.ldap.controls
Fields in org.forgerock.opendj.ldap.controls with type parameters of type PasswordPolicyResponseControl Modifier and Type Field Description static ControlDecoder<PasswordPolicyResponseControl>
PasswordPolicyResponseControl. DECODER
A decoder which can be used for decoding the password policy response control.Methods in org.forgerock.opendj.ldap.controls that return PasswordPolicyResponseControl Modifier and Type Method Description static PasswordPolicyResponseControl
PasswordPolicyResponseControl. newControl()
Creates a new password policy response control with no error nor warning.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.
-