org.fcrepo.server.security.servletfilters.xmluserfile
Class User
java.lang.Object
org.fcrepo.server.security.servletfilters.xmluserfile.User
- All Implemented Interfaces:
- Serializable
public class User
- extends Object
- implements Serializable
- See Also:
- Serialized Form
|
Constructor Summary |
User()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
User
public User()
getName
public String getName()
setName
public void setName(String name)
getPassword
public String getPassword()
setPassword
public void setPassword(String password)
getRoles
public String getRoles()
setRoles
public void setRoles(String roles)
getAttributes
public List<Attribute> getAttributes()
addAttribute
public void addAttribute(Attribute attribute)
Copyright © 2011 DuraSpace. All Rights Reserved.