public class RoleMapping extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected Set<String> |
roles |
protected Set<String> |
surrogateIds |
protected String |
userid |
Constructor and Description |
---|
RoleMapping() |
Modifier and Type | Method and Description |
---|---|
String |
getId() |
Set<String> |
getRoles() |
Set<String> |
getSurrogateIds() |
String |
getUserid() |
void |
setId(String id) |
void |
setRoles(Set<String> roles) |
void |
setSurrogateIds(Set<String> surrogateIds) |
void |
setUserid(String userid) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.