Package org.keycloak.models.jpa.entities
Class RequiredCredentialEntity.Key
- java.lang.Object
- 
- org.keycloak.models.jpa.entities.RequiredCredentialEntity.Key
 
- 
- All Implemented Interfaces:
- Serializable
 - Enclosing class:
- RequiredCredentialEntity
 
 public static class RequiredCredentialEntity.Key extends Object implements Serializable - See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected RealmEntityrealmprotected Stringtype
 - 
Constructor SummaryConstructors Constructor Description Key()Key(RealmEntity realm, String type)
 
- 
- 
- 
Field Detail- 
realmprotected RealmEntity realm 
 - 
typeprotected String type 
 
- 
 - 
Constructor Detail- 
Keypublic Key() 
 - 
Keypublic Key(RealmEntity realm, String type) 
 
- 
 
-