Class RequiredCredentialModel

java.lang.Object
org.keycloak.models.RequiredCredentialModel
All Implemented Interfaces:
Serializable

public class RequiredCredentialModel extends Object implements Serializable
Version:
$Revision: 1 $
Author:
Bill Burke
See Also:
  • Field Details

  • Constructor Details

    • RequiredCredentialModel

      public RequiredCredentialModel()
  • Method Details

    • 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)