Package org.keycloak.models.jpa.entities
Class RequiredCredentialEntity
java.lang.Object
org.keycloak.models.jpa.entities.RequiredCredentialEntity
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
realm
-
type
-
input
protected boolean input -
secret
protected boolean secret -
formLabel
-
-
Constructor Details
-
RequiredCredentialEntity
public RequiredCredentialEntity()
-
-
Method Details
-
getRealm
-
setRealm
-
getType
-
setType
-
isInput
public boolean isInput() -
setInput
public void setInput(boolean input) -
isSecret
public boolean isSecret() -
setSecret
public void setSecret(boolean secret) -
getFormLabel
-
setFormLabel
-
equals
-
hashCode
public int hashCode()
-