public static class Security.User extends Object
protected String
name
password
protected List<String>
roles
Security.User()
String
getName()
getPassword()
List<String>
getRoles()
void
setName(String name)
setPassword(String password)
setRoles(List<String> roles)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected String name
protected String password
protected List<String> roles
public Security.User()
public String getName()
public void setName(String name)
public String getPassword()
public void setPassword(String password)
public List<String> getRoles()
public void setRoles(List<String> roles)
Copyright © 2011–2014 Debux. All rights reserved.