Package org.keycloak.models.jpa.entities
Class ClientScopeRoleMappingEntity.Key
- java.lang.Object
-
- org.keycloak.models.jpa.entities.ClientScopeRoleMappingEntity.Key
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ClientScopeRoleMappingEntity
public static class ClientScopeRoleMappingEntity.Key extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientScopeEntity
clientScope
protected RoleEntity
role
-
Constructor Summary
Constructors Constructor Description Key()
Key(ClientScopeEntity clientScope, RoleEntity role)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
ClientScopeEntity
getClientScope()
RoleEntity
getRole()
int
hashCode()
-
-
-
Field Detail
-
clientScope
protected ClientScopeEntity clientScope
-
role
protected RoleEntity role
-
-
Constructor Detail
-
Key
public Key()
-
Key
public Key(ClientScopeEntity clientScope, RoleEntity role)
-
-
Method Detail
-
getClientScope
public ClientScopeEntity getClientScope()
-
getRole
public RoleEntity getRole()
-
-