Uses of Class
com.iizix.passwordpolicy.PasswordPolicy
Uses of PasswordPolicy in com.iizix.gyro
Modifier and TypeMethodDescriptionIUserAuthenticationUI.getPasswordPolicy()
Gets the password policy property used for password validation.Uses of PasswordPolicy in com.iizix.passwordpolicy
Modifier and TypeMethodDescriptionstatic PasswordPolicy
PasswordPolicy.createAdminPolicyWithAdvancedEntropyChecking()
Creates a password policy for administrators with its defaults, but with the addition of advanced entropy checking.static PasswordPolicy
PasswordPolicy.from
(PolicyProps settings) Creates the password policy based on pure defaults if the property container is null, otherwise based on those settings.Uses of PasswordPolicy in com.iizix.server.prop
Modifier and TypeMethodDescriptionServerSettings.getAdministratorPasswordPolicy()
Gets the password policy for administrators.ServerSettings.getUserPasswordPolicy()
Gets the password policy for users.