@Override
protected void addDefaultAuthenticators() {
// we add to start to ensure that these special case authenticators
// are always consulted first
addAuthenticatorToStart(new ExplorationAuthenticator(getConfiguration()));
addAuthenticatorToStart(new LogonFixtureAuthenticator(getConfiguration()));
}