public class RoleMappingRepresentation extends Object
Modifier and Type | Field and Description |
---|---|
protected Set<String> |
roles |
protected String |
self |
protected Set<String> |
surrogates |
protected String |
username |
Constructor and Description |
---|
RoleMappingRepresentation() |
Modifier and Type | Method and Description |
---|---|
Set<String> |
getRoles() |
String |
getSelf() |
Set<String> |
getSurrogates() |
String |
getUsername() |
RoleMappingRepresentation |
role(String role) |
void |
setRoles(Set<String> roles) |
void |
setSelf(String self) |
void |
setSurrogates(Set<String> surrogates) |
void |
setUsername(String username) |
RoleMappingRepresentation |
surrogate(String surrogate) |
public String getSelf()
public void setSelf(String self)
public String getUsername()
public void setUsername(String username)
public RoleMappingRepresentation surrogate(String surrogate)
public RoleMappingRepresentation role(String role)
Copyright © 2018 JBoss by Red Hat. All rights reserved.