Package org.keycloak.models.jpa.entities
Class ClientScopeClientMappingEntity.Key
- java.lang.Object
- 
- org.keycloak.models.jpa.entities.ClientScopeClientMappingEntity.Key
 
- 
- All Implemented Interfaces:
- Serializable
 - Enclosing class:
- ClientScopeClientMappingEntity
 
 public static class ClientScopeClientMappingEntity.Key extends Object implements Serializable - See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected StringclientIdprotected StringclientScopeId
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetClientId()StringgetClientScopeId()inthashCode()
 
-