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 Summary
Fields Modifier and Type Field Description protected ClientScopeEntityclientScopeprotected Stringname
-
Constructor Summary
Constructors Constructor Description Key()Key(ClientScopeEntity clientScope, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)ClientScopeEntitygetClientScope()StringgetName()inthashCode()
-
-
-
Field Detail
-
clientScope
protected ClientScopeEntity clientScope
-
name
protected String name
-
-
Constructor Detail
-
Key
public Key()
-
Key
public Key(ClientScopeEntity clientScope, String name)
-
-