Class MemoryRole

All Implemented Interfaces:
Principal, Role

@Deprecated public class MemoryRole extends GenericRole<MemoryUserDatabase>
Deprecated.
Use GenericRole instead.

Concrete implementation of Role for the MemoryUserDatabase implementation of UserDatabase.

Since:
4.1
Author:
Craig R. McClanahan
  • Method Details

    • toString

      public String toString()
      Deprecated.

      Return a String representation of this role in XML format.

      Specified by:
      toString in interface Principal
      Overrides:
      toString in class Object