public class UserSubject extends Object
UserSubject(String login, List<String> roles)
String
getLogin()
List<String>
getRoles()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public UserSubject(String login, List<String> roles)
public String getLogin()
public List<String> getRoles()
Apache CXF