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 SummaryFields Modifier and Type Field Description protected ClientScopeEntityclientScopeprotected RoleEntityrole
 - 
Constructor SummaryConstructors Constructor Description Key()Key(ClientScopeEntity clientScope, RoleEntity role)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)ClientScopeEntitygetClientScope()RoleEntitygetRole()inthashCode()
 
- 
- 
- 
Field Detail- 
clientScopeprotected ClientScopeEntity clientScope 
 - 
roleprotected RoleEntity role 
 
- 
 - 
Constructor Detail- 
Keypublic Key() 
 - 
Keypublic Key(ClientScopeEntity clientScope, RoleEntity role) 
 
- 
 - 
Method Detail- 
getClientScopepublic ClientScopeEntity getClientScope() 
 - 
getRolepublic RoleEntity getRole() 
 
- 
 
-