Package org.apache.catalina.users
Class MemoryRole
java.lang.Object
org.apache.catalina.users.AbstractRole
org.apache.catalina.users.MemoryRole
Deprecated.
Concrete implementation of Role for the
 MemoryUserDatabase implementation of UserDatabase.
- Since:
- 4.1
- Author:
- Craig R. McClanahan
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected final MemoryUserDatabaseDeprecated.TheMemoryUserDatabasethat owns this role.Fields inherited from class org.apache.catalina.users.AbstractRoledescription, rolename
- 
Method SummaryModifier and TypeMethodDescriptionDeprecated.Return theUserDatabasewithin which this role is defined.toString()Deprecated.Return a String representation of this role in XML format.Methods inherited from class org.apache.catalina.users.AbstractRolegetDescription, getName, getRolename, setDescription, setRolename
- 
Field Details- 
databaseDeprecated.TheMemoryUserDatabasethat owns this role.
 
- 
- 
Method Details- 
getUserDatabaseDeprecated.Return theUserDatabasewithin which this role is defined.- Specified by:
- getUserDatabasein interface- Role
- Specified by:
- getUserDatabasein class- AbstractRole
- Returns:
- the UserDatabasewithin which this Role is defined.
 
- 
toStringDeprecated.Return a String representation of this role in XML format. 
 
- 
AbstractRoleinstead.