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