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 Summary
Fields Modifier and Type Field Description protected String
clientScopeId
protected RealmEntity
realm
-
Constructor Summary
Constructors Constructor Description Key()
Key(String clientScopeId, RealmEntity realm)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getClientScopeId()
RealmEntity
getRealm()
int
hashCode()
-
-
-
Field Detail
-
clientScopeId
protected String clientScopeId
-
realm
protected RealmEntity realm
-
-
Constructor Detail
-
Key
public Key()
-
Key
public Key(String clientScopeId, RealmEntity realm)
-
-