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 Summary
Fields Modifier and Type Field Description protected ClientEntity
client
protected String
name
-
Constructor Summary
Constructors Constructor Description Key()
Key(ClientEntity client, String name)
-
-
-
Field Detail
-
client
protected ClientEntity client
-
name
protected String name
-
-
Constructor Detail
-
Key
public Key()
-
Key
public Key(ClientEntity client, String name)
-
-