Uses of Class
org.xwiki.security.authentication.RegistrationConfiguration.PasswordRules
-
-
Uses of RegistrationConfiguration.PasswordRules in org.xwiki.security.authentication
Methods in org.xwiki.security.authentication that return RegistrationConfiguration.PasswordRules Modifier and Type Method Description static RegistrationConfiguration.PasswordRulesRegistrationConfiguration.PasswordRules. valueOf(String name)Returns the enum constant of this type with the specified name.static RegistrationConfiguration.PasswordRules[]RegistrationConfiguration.PasswordRules. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.xwiki.security.authentication that return types with arguments of type RegistrationConfiguration.PasswordRules Modifier and Type Method Description Set<RegistrationConfiguration.PasswordRules>RegistrationConfiguration. getPasswordRules()
-