Class DummyUserDatabase

  • All Implemented Interfaces:
    UserDatabase

    public class DummyUserDatabase
    extends AbstractUserDatabase
    This is a database that gets used if nothing else is available. It does nothing of note - it just mostly throws NoSuchPrincipalExceptions if someone tries to log in.