Uses of Enum
org.ldaptive.control.PasswordPolicyControl.WarningType
Packages that use PasswordPolicyControl.WarningType
-
Uses of PasswordPolicyControl.WarningType in org.ldaptive.control
Fields in org.ldaptive.control declared as PasswordPolicyControl.WarningTypeModifier and TypeFieldDescriptionprivate final PasswordPolicyControl.WarningTypePasswordPolicyControl.Warning.warningTypeWarning type.Methods in org.ldaptive.control that return PasswordPolicyControl.WarningTypeModifier and TypeMethodDescriptionPasswordPolicyControl.Warning.getWarningType()Returns the warning type.Returns the enum constant of this type with the specified name.static PasswordPolicyControl.WarningType[]PasswordPolicyControl.WarningType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.ldaptive.control with parameters of type PasswordPolicyControl.WarningTypeModifier and TypeMethodDescriptionbooleanPasswordPolicyControl.hasWarning(PasswordPolicyControl.WarningType type) Returns whether this control has a warning of the supplied type.Constructors in org.ldaptive.control with parameters of type PasswordPolicyControl.WarningTypeModifierConstructorDescriptionPasswordPolicyControl(PasswordPolicyControl.WarningType type, int value) Creates a new password policy control.PasswordPolicyControl(PasswordPolicyControl.WarningType type, int value, boolean critical) Creates a new password policy control.PasswordPolicyControl(PasswordPolicyControl.WarningType type, int value, PasswordPolicyControl.Error err) Creates a new password policy control.PasswordPolicyControl(PasswordPolicyControl.WarningType type, int value, PasswordPolicyControl.Error err, boolean critical) Creates a new password policy control.privateWarning(PasswordPolicyControl.WarningType type, int i) Creates a new warning.