Package org.keycloak.models.jpa.entities
Class DefaultClientScopeRealmMappingEntity.Key
- java.lang.Object
- 
- org.keycloak.models.jpa.entities.DefaultClientScopeRealmMappingEntity.Key
 
- 
- All Implemented Interfaces:
- Serializable
 - Enclosing class:
- DefaultClientScopeRealmMappingEntity
 
 public static class DefaultClientScopeRealmMappingEntity.Key extends Object implements Serializable - See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected StringclientScopeIdprotected RealmEntityrealm
 - 
Constructor SummaryConstructors Constructor Description Key()Key(String clientScopeId, RealmEntity realm)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetClientScopeId()RealmEntitygetRealm()inthashCode()
 
- 
- 
- 
Field Detail- 
clientScopeIdprotected String clientScopeId 
 - 
realmprotected RealmEntity realm 
 
- 
 - 
Constructor Detail- 
Keypublic Key() 
 - 
Keypublic Key(String clientScopeId, RealmEntity realm) 
 
- 
 
-