Class DummyUserDatabase

java.lang.Object
org.apache.wiki.auth.user.AbstractUserDatabase
org.apache.wiki.auth.user.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.