Class PasswordPoliciesBean

java.lang.Object
dev.jcputney.keycloak.extensions.theme.login.PasswordPoliciesBean

public class PasswordPoliciesBean extends Object
  • Constructor Details

    • PasswordPoliciesBean

      public PasswordPoliciesBean(org.keycloak.models.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()