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