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
Nested Classes - 
Field Summary
Fields - 
Constructor Summary
Constructors - 
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() 
 -