@Entity public class ClientScopeClientMappingEntity extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ClientScopeClientMappingEntity.Key |
Modifier and Type | Field and Description |
---|---|
protected String |
clientId |
protected String |
clientScopeId |
protected boolean |
defaultScope |
Constructor and Description |
---|
ClientScopeClientMappingEntity() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getClientId() |
String |
getClientScopeId() |
int |
hashCode() |
boolean |
isDefaultScope() |
void |
setClientId(String clientId) |
void |
setClientScopeId(String clientScopeId) |
void |
setDefaultScope(boolean defaultScope) |
protected String clientScopeId
protected String clientId
protected boolean defaultScope
public String getClientScopeId()
public void setClientScopeId(String clientScopeId)
public String getClientId()
public void setClientId(String clientId)
public boolean isDefaultScope()
public void setDefaultScope(boolean defaultScope)
Copyright © 2021 JBoss by Red Hat. All rights reserved.