@Entity public class ClientScopeClientMappingEntity extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ClientScopeClientMappingEntity.Key |
Modifier and Type | Field and Description |
---|---|
protected ClientEntity |
client |
protected ClientScopeEntity |
clientScope |
protected boolean |
defaultScope |
Constructor and Description |
---|
ClientScopeClientMappingEntity() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ClientEntity |
getClient() |
ClientScopeEntity |
getClientScope() |
int |
hashCode() |
boolean |
isDefaultScope() |
void |
setClient(ClientEntity client) |
void |
setClientScope(ClientScopeEntity clientScope) |
void |
setDefaultScope(boolean defaultScope) |
protected ClientScopeEntity clientScope
protected ClientEntity client
protected boolean defaultScope
public ClientScopeEntity getClientScope()
public void setClientScope(ClientScopeEntity clientScope)
public ClientEntity getClient()
public void setClient(ClientEntity client)
public boolean isDefaultScope()
public void setDefaultScope(boolean defaultScope)
Copyright © 2020 JBoss by Red Hat. All rights reserved.