Class MemoryRole

java.lang.Object
org.apache.catalina.users.AbstractRole
org.apache.catalina.users.MemoryRole
All Implemented Interfaces:
Principal, Role

@Deprecated public class MemoryRole extends AbstractRole
Deprecated.
Use AbstractRole instead.

Concrete implementation of Role for the MemoryUserDatabase implementation of UserDatabase.

Since:
4.1
Author:
Craig R. McClanahan