org.fcrepo.server.security.servletfilters.xmluserfile
Class User

java.lang.Object
  extended by 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()
           
 
Method Summary
 void addAttribute(Attribute attribute)
           
 List<Attribute> getAttributes()
           
 String getName()
           
 String getPassword()
           
 String getRoles()
           
 void setName(String name)
           
 void setPassword(String password)
           
 void setRoles(String roles)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

User

public User()
Method Detail

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 © 2012 DuraSpace. All Rights Reserved.