|
Apache Tomcat 6.0.53 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.catalina.users.AbstractRole org.apache.catalina.users.MemoryRole
public class MemoryRole
Concrete implementation of Role
for the
MemoryUserDatabase
implementation of UserDatabase
.
Field Summary | |
---|---|
protected MemoryUserDatabase |
database
The MemoryUserDatabase that owns this role. |
Fields inherited from class org.apache.catalina.users.AbstractRole |
---|
description, rolename |
Method Summary | |
---|---|
UserDatabase |
getUserDatabase()
Return the UserDatabase within which this role is defined. |
java.lang.String |
toString()
Return a String representation of this role in XML format. |
Methods inherited from class org.apache.catalina.users.AbstractRole |
---|
getDescription, getName, getRolename, setDescription, setRolename |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.security.Principal |
---|
equals, hashCode |
Field Detail |
---|
protected MemoryUserDatabase database
MemoryUserDatabase
that owns this role.
Method Detail |
---|
public UserDatabase getUserDatabase()
UserDatabase
within which this role is defined.
getUserDatabase
in interface Role
getUserDatabase
in class AbstractRole
public java.lang.String toString()
Return a String representation of this role in XML format.
toString
in interface java.security.Principal
toString
in class java.lang.Object
|
Apache Tomcat 6.0.53 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |