Class MemoryUser
Deprecated.
Concrete implementation of User for the MemoryUserDatabase implementation of
UserDatabase.
- Since:
- 4.1
-
Field Summary
Fields inherited from class GenericUser
database, groups, rolesFields inherited from class AbstractUser
fullName, password, username -
Method Summary
Methods inherited from class GenericUser
addGroup, addRole, equals, getGroups, getRoles, getUserDatabase, hashCode, isInGroup, isInRole, removeGroup, removeGroups, removeRole, removeRoles, setFullName, setPassword, setUsernameMethods inherited from class AbstractUser
getFullName, getName, getPassword, getUsername
-
Method Details
-
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
usernameornamefor the username property.- Returns:
- the XML representation
-
toString
-
GenericUserinstead.