java.lang.Objectorg.apache.catalina.users.AbstractUser
org.apache.catalina.users.MemoryUser
All Implemented Interfaces:
User
Concrete implementation of org.apache.catalina.User for the MemoryUserDatabase implementation of UserDatabase .
Craig - R. McClanahan$ - Revision: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (Tue, 24 Oct 2006) $4.1 - | Field Summary | ||
|---|---|---|
| protected MemoryUserDatabase | database | The MemoryUserDatabase that owns this user. |
| protected ArrayList | groups | The set of Group s that this user is a member of. |
| protected ArrayList | roles | The set of Role s associated with this user. |
| Fields inherited from org.apache.catalina.users.AbstractUser: |
|---|
| fullName, password, username |
| Constructor: |
|---|
|
| Method from org.apache.catalina.users.MemoryUser Summary: |
|---|
| addGroup, addRole, getGroups, getRoles, getUserDatabase, isInGroup, isInRole, removeGroup, removeGroups, removeRole, removeRoles, toString |
| Methods from org.apache.catalina.users.AbstractUser: |
|---|
| addGroup, addRole, getFullName, getGroups, getName, getPassword, getRoles, getUsername, isInGroup, isInRole, removeGroup, removeGroups, removeRole, removeRoles, setFullName, setPassword, setUsername |
| Methods from java.lang.Object: |
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.apache.catalina.users.MemoryUser Detail: |
|---|
|
|
|
|
|
|
|
|
|
|
|
Return a String representation of this user in XML format. IMPLEMENTATION NOTE - For backwards compatibility,
the reader that processes this entry will accept either
|