|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.apache.catalina.users.AbstractRole
|
+--org.apache.catalina.users.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 class AbstractRolepublic java.lang.String toString()
Return a String representation of this role in XML format.
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||