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. DECODERA 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 PasswordPolicyResponseControlPasswordPolicyResponseControl. newControl()Creates a new password policy response control with no error nor warning.static PasswordPolicyResponseControlPasswordPolicyResponseControl. newControl(PasswordPolicyErrorType errorType)Creates a new password policy response control with the provided error.static PasswordPolicyResponseControlPasswordPolicyResponseControl. newControl(PasswordPolicyWarningType warningType, int warningValue)Creates a new password policy response control with the provided warning.static PasswordPolicyResponseControlPasswordPolicyResponseControl. newControl(PasswordPolicyWarningType warningType, int warningValue, PasswordPolicyErrorType errorType)Creates a new password policy response control with the provided warning and error.
-