Uses of Interface
io.inverno.mod.security.authentication.password.PasswordPolicy.PasswordStrength
Packages that use PasswordPolicy.PasswordStrength
-
Uses of PasswordPolicy.PasswordStrength in io.inverno.mod.security.authentication.password
Classes in io.inverno.mod.security.authentication.password with type parameters of type PasswordPolicy.PasswordStrengthModifier and TypeInterfaceDescriptioninterfacePasswordPolicy<A extends LoginCredentials,B extends PasswordPolicy.PasswordStrength> A password policy is used to evaluate the strength of a password in a login credentials against specific rules.Classes in io.inverno.mod.security.authentication.password that implement PasswordPolicy.PasswordStrengthModifier and TypeClassDescriptionstatic classA simple password strength implementation.Methods in io.inverno.mod.security.authentication.password that return PasswordPolicy.PasswordStrengthModifier and TypeMethodDescriptionPasswordPolicyException.getPasswordStrength()Returns the strength of the non-compliant password.Constructors in io.inverno.mod.security.authentication.password with parameters of type PasswordPolicy.PasswordStrengthModifierConstructorDescriptionPasswordPolicyException(PasswordPolicy.PasswordStrength passwordStrength) Creates a password policy exception with the specified strength.PasswordPolicyException(PasswordPolicy.PasswordStrength passwordStrength, String message) Creates a password exception with the specified password strength and message.PasswordPolicyException(PasswordPolicy.PasswordStrength passwordStrength, String message, Throwable cause) Creates a password exception with the specified password strength, message and cause.PasswordPolicyException(PasswordPolicy.PasswordStrength passwordStrength, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) Creates a password exception with the specified password strength, message, cause, suppression enabled or disabled and writable stack trace enabled or disabled.PasswordPolicyException(PasswordPolicy.PasswordStrength passwordStrength, Throwable cause) Creates a password exception with the specified password strength and cause.