Package org.keycloak.models.jpa.entities
Class ClientScopeAttributeEntity.Key
- java.lang.Object
- 
- org.keycloak.models.jpa.entities.ClientScopeAttributeEntity.Key
 
- 
- All Implemented Interfaces:
- Serializable
 - Enclosing class:
- ClientScopeAttributeEntity
 
 public static class ClientScopeAttributeEntity.Key extends Object implements Serializable - See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected ClientScopeEntityclientScopeprotected Stringname
 - 
Constructor SummaryConstructors Constructor Description Key()Key(ClientScopeEntity clientScope, String name)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)ClientScopeEntitygetClientScope()StringgetName()inthashCode()
 
- 
- 
- 
Field Detail- 
clientScopeprotected ClientScopeEntity clientScope 
 - 
nameprotected String name 
 
- 
 - 
Constructor Detail- 
Keypublic Key() 
 - 
Keypublic Key(ClientScopeEntity clientScope, String name) 
 
- 
 
-