Package org.apache.catalina.users
Class MemoryUser
- java.lang.Object
-
- org.apache.catalina.users.AbstractUser
-
- org.apache.catalina.users.GenericUser<MemoryUserDatabase>
-
- org.apache.catalina.users.MemoryUser
-
- All Implemented Interfaces:
java.security.Principal
,User
@Deprecated public class MemoryUser extends GenericUser<MemoryUserDatabase>
Deprecated.UseGenericUser
instead.Concrete implementation of
User
for theMemoryUserDatabase
implementation ofUserDatabase
.- Since:
- 4.1
- Author:
- Craig R. McClanahan
-
-
Field Summary
-
Fields inherited from class org.apache.catalina.users.GenericUser
database, groups, roles
-
Fields inherited from class org.apache.catalina.users.AbstractUser
fullName, password, username
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.String
toString()
Deprecated.Return a String representation of this user.java.lang.String
toXml()
Deprecated.Return a String representation of this user in XML format.-
Methods inherited from class org.apache.catalina.users.GenericUser
addGroup, addRole, equals, getGroups, getRoles, getUserDatabase, hashCode, isInGroup, isInRole, removeGroup, removeGroups, removeRole, removeRoles, setFullName, setPassword, setUsername
-
Methods inherited from class org.apache.catalina.users.AbstractUser
getFullName, getName, getPassword, getUsername
-
-
-
-
Method Detail
-
toXml
public java.lang.String toXml()
Deprecated.Return a String representation of this user in XML format.
IMPLEMENTATION NOTE - For backwards compatibility, the reader that processes this entry will accept either
username
orname
for the username property.- Returns:
- the XML representation
-
toString
public java.lang.String toString()
Deprecated.Return a String representation of this user.
- Specified by:
toString
in interfacejava.security.Principal
- Overrides:
toString
in classjava.lang.Object
-
-