Package org.keycloak.models.jpa.entities
Class ClientScopeClientMappingEntity
java.lang.Object
org.keycloak.models.jpa.entities.ClientScopeClientMappingEntity
Binding between client and clientScope
- Author:
- Marek Posolda
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
boolean
void
setClientId
(String clientId) void
setClientScopeId
(String clientScopeId) void
setDefaultScope
(boolean defaultScope)
-
Field Details
-
clientScopeId
-
clientId
-
defaultScope
protected boolean defaultScope
-
-
Constructor Details
-
ClientScopeClientMappingEntity
public ClientScopeClientMappingEntity()
-
-
Method Details