@Entity public class DefaultClientScopeRealmMappingEntity extends Object
Modifier and Type | Class and Description |
---|---|
static class |
DefaultClientScopeRealmMappingEntity.Key |
Modifier and Type | Field and Description |
---|---|
protected ClientScopeEntity |
clientScope |
protected boolean |
defaultScope |
protected RealmEntity |
realm |
Constructor and Description |
---|
DefaultClientScopeRealmMappingEntity() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ClientScopeEntity |
getClientScope() |
RealmEntity |
getRealm() |
int |
hashCode() |
boolean |
isDefaultScope() |
void |
setClientScope(ClientScopeEntity clientScope) |
void |
setDefaultScope(boolean defaultScope) |
void |
setRealm(RealmEntity realm) |
protected ClientScopeEntity clientScope
protected RealmEntity realm
protected boolean defaultScope
public DefaultClientScopeRealmMappingEntity()
public ClientScopeEntity getClientScope()
public void setClientScope(ClientScopeEntity clientScope)
public RealmEntity getRealm()
public void setRealm(RealmEntity realm)
public boolean isDefaultScope()
public void setDefaultScope(boolean defaultScope)
Copyright © 2021 JBoss by Red Hat. All rights reserved.