Class PasswordPoliciesBean

java.lang.Object
org.keycloak.forms.login.freemarker.model.PasswordPoliciesBean

public class PasswordPoliciesBean extends Object
  • Constructor Details

    • PasswordPoliciesBean

      public PasswordPoliciesBean(PasswordPolicy policy)
  • Method Details

    • getLength

      public Integer getLength()
    • getMaxLength

      public Integer getMaxLength()
    • getLowerCase

      public Integer getLowerCase()
    • getUpperCase

      public Integer getUpperCase()
    • getSpecialChars

      public Integer getSpecialChars()
    • getDigits

      public Integer getDigits()
    • getPasswordHistory

      public Integer getPasswordHistory()
    • getForceExpiredPasswordChange

      public Integer getForceExpiredPasswordChange()
    • isNotUsername

      public boolean isNotUsername()
    • isNotEmail

      public boolean isNotEmail()