Uses of Enum Class
org.forgerock.opendj.ldap.controls.PasswordPolicyWarningType
Packages that use PasswordPolicyWarningType
Package
Description
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 PasswordPolicyWarningTypeModifier and TypeMethodDescriptionPasswordPolicyResponseControl.getWarningType()Returns the password policy warning type, if available.static PasswordPolicyWarningTypeReturns the enum constant of this class with the specified name.static PasswordPolicyWarningType[]PasswordPolicyWarningType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.forgerock.opendj.ldap.controls with parameters of type PasswordPolicyWarningTypeModifier and TypeMethodDescriptionPasswordPolicyResponseControl.newControl(PasswordPolicyWarningType warningType, int warningValue) Creates a new password policy response control with the provided warning.PasswordPolicyResponseControl.newControl(PasswordPolicyWarningType warningType, int warningValue, PasswordPolicyErrorType errorType) Creates a new password policy response control with the provided warning and error.