Uses of Class
org.forgerock.opendj.ldap.controls.PasswordPolicyWarningType
-
Packages that use PasswordPolicyWarningType Package Description org.forgerock.opendj.ldap.controls Classes and interfaces for common LDAP controls. -
-
Uses of PasswordPolicyWarningType in org.forgerock.opendj.ldap.controls
Methods in org.forgerock.opendj.ldap.controls that return PasswordPolicyWarningType Modifier and Type Method Description PasswordPolicyWarningType
PasswordPolicyResponseControl. getWarningType()
Returns the password policy warning type, if available.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.Methods in org.forgerock.opendj.ldap.controls with parameters of type PasswordPolicyWarningType Modifier and Type Method Description 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.
-