Class PasswordPolicyTypeRepresentation

java.lang.Object
org.keycloak.representations.idm.PasswordPolicyTypeRepresentation

public class PasswordPolicyTypeRepresentation extends Object
Author:
Stian Thorgersen
  • Constructor Details

    • PasswordPolicyTypeRepresentation

      public PasswordPolicyTypeRepresentation()
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getDisplayName

      public String getDisplayName()
    • setDisplayName

      public void setDisplayName(String displayName)
    • getConfigType

      public String getConfigType()
    • setConfigType

      public void setConfigType(String configType)
    • getDefaultValue

      public String getDefaultValue()
    • setDefaultValue

      public void setDefaultValue(String defaultValue)
    • isMultipleSupported

      public boolean isMultipleSupported()
    • setMultipleSupported

      public void setMultipleSupported(boolean multipleSupported)