Package org.keycloak.models
Class RequiredCredentialModel
java.lang.Object
org.keycloak.models.RequiredCredentialModel
- All Implemented Interfaces:
Serializable
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Map<String,
RequiredCredentialModel> static final RequiredCredentialModel
protected String
protected boolean
static final RequiredCredentialModel
static final RequiredCredentialModel
protected boolean
static final RequiredCredentialModel
static final RequiredCredentialModel
protected String
-
Constructor Summary
-
Method Summary
-
Field Details
-
type
-
input
protected boolean input -
secret
protected boolean secret -
formLabel
-
BUILT_IN
-
PASSWORD
-
TOTP
-
CLIENT_CERT
-
SECRET
-
KERBEROS
-
-
Constructor Details
-
RequiredCredentialModel
public RequiredCredentialModel()
-
-
Method Details
-
getType
-
setType
-
isInput
public boolean isInput() -
setInput
public void setInput(boolean input) -
isSecret
public boolean isSecret() -
setSecret
public void setSecret(boolean secret) -
getFormLabel
-
setFormLabel
-