Class RequiredCredentialEntity

java.lang.Object
org.keycloak.models.jpa.entities.RequiredCredentialEntity

@Entity public class RequiredCredentialEntity extends Object
Version:
$Revision: 1 $
Author:
Bill Burke
  • Field Details

    • realm

      protected RealmEntity realm
    • type

      protected String type
    • input

      protected boolean input
    • secret

      protected boolean secret
    • formLabel

      protected String formLabel
  • Constructor Details

    • RequiredCredentialEntity

      public RequiredCredentialEntity()
  • Method Details

    • getRealm

      public RealmEntity getRealm()
    • setRealm

      public void setRealm(RealmEntity realm)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • isInput

      public boolean isInput()
    • setInput

      public void setInput(boolean input)
    • isSecret

      public boolean isSecret()
    • setSecret

      public void setSecret(boolean secret)
    • getFormLabel

      public String getFormLabel()
    • setFormLabel

      public void setFormLabel(String formLabel)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object