public class ScopeMappingRepresentation extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
client |
protected String |
clientScope |
protected String |
clientTemplate
Deprecated.
|
protected Set<String> |
roles |
protected String |
self |
Constructor and Description |
---|
ScopeMappingRepresentation() |
Modifier and Type | Method and Description |
---|---|
String |
getClient() |
String |
getClientScope() |
String |
getClientTemplate()
Deprecated.
|
Set<String> |
getRoles() |
String |
getSelf() |
ScopeMappingRepresentation |
role(String role) |
void |
setClient(String client) |
void |
setClientScope(String clientScope) |
void |
setRoles(Set<String> roles) |
void |
setSelf(String self) |
protected String self
protected String client
@Deprecated protected String clientTemplate
protected String clientScope
public String getSelf()
public void setSelf(String self)
public String getClient()
public void setClient(String client)
@Deprecated public String getClientTemplate()
public String getClientScope()
public void setClientScope(String clientScope)
public ScopeMappingRepresentation role(String role)
Copyright © 2019 JBoss by Red Hat. All rights reserved.