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