Package org.keycloak.models.jpa.entities
Class ClientAttributeEntity.Key
- java.lang.Object
- 
- org.keycloak.models.jpa.entities.ClientAttributeEntity.Key
 
- 
- All Implemented Interfaces:
- Serializable
 - Enclosing class:
- ClientAttributeEntity
 
 public static class ClientAttributeEntity.Key extends Object implements Serializable - See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected ClientEntityclientprotected Stringname
 - 
Constructor SummaryConstructors Constructor Description Key()Key(ClientEntity client, String name)
 
- 
- 
- 
Field Detail- 
clientprotected ClientEntity client 
 - 
nameprotected String name 
 
- 
 - 
Constructor Detail- 
Keypublic Key() 
 - 
Keypublic Key(ClientEntity client, String name) 
 
- 
 
-