Package org.keycloak.models.jpa.entities
Class ClientScopeAttributeEntity
java.lang.Object
org.keycloak.models.jpa.entities.ClientScopeAttributeEntity
- Author:
- Marek Posolda
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getName()
getValue()
int
hashCode()
void
setClientScope
(ClientScopeEntity clientScope) void
void
-
Field Details
-
clientScope
-
name
-
value
-
-
Constructor Details
-
ClientScopeAttributeEntity
public ClientScopeAttributeEntity()
-
-
Method Details