public class UserSubject extends Object
| Constructor and Description |
|---|
UserSubject() |
UserSubject(String login) |
UserSubject(String login,
List<String> roles) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLogin()
Return the user login name
|
List<String> |
getRoles()
Return the optional list of user roles which may have
been captured during the authentication process
|
void |
setLogin(String login)
Set the user login name
|
void |
setRoles(List<String> roles)
Set the optional list of user roles which may have
been captured during the authentication process
|
public UserSubject()
public UserSubject(String login)
public String getLogin()
public void setLogin(String login)
login - the login namepublic List<String> getRoles()
Apache CXF