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 ClientScopeEntity
clientScope
protected String
name
-
Constructor Summary
Constructors Constructor Description Key()
Key(ClientScopeEntity clientScope, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
ClientScopeEntity
getClientScope()
String
getName()
int
hashCode()
-
-
-
Field Detail
-
clientScope
protected ClientScopeEntity clientScope
-
name
protected String name
-
-
Constructor Detail
-
Key
public Key()
-
Key
public Key(ClientScopeEntity clientScope, String name)
-
-