@Entity public class DefaultClientScopeRealmMappingEntity extends Object
Modifier and Type | Class and Description |
---|---|
static class |
DefaultClientScopeRealmMappingEntity.Key |
Modifier and Type | Field and Description |
---|---|
protected String |
clientScopeId |
protected boolean |
defaultScope |
protected RealmEntity |
realm |
Constructor and Description |
---|
DefaultClientScopeRealmMappingEntity() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getClientScopeId() |
RealmEntity |
getRealm() |
int |
hashCode() |
boolean |
isDefaultScope() |
void |
setClientScopeId(String clientScopeId) |
void |
setDefaultScope(boolean defaultScope) |
void |
setRealm(RealmEntity realm) |
protected String clientScopeId
protected RealmEntity realm
protected boolean defaultScope
public DefaultClientScopeRealmMappingEntity()
public String getClientScopeId()
public void setClientScopeId(String clientScopeId)
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.