MutableAuthenticatorConfiguration authCfg;
// Anonymous
authCfg = new MutableAuthenticatorConfiguration();
authCfg.setName( "Anonymous" );
authCfg.setAuthenticator( new AnonymousAuthenticator() );
set.add( authCfg );
// Simple
authCfg = new MutableAuthenticatorConfiguration();
authCfg.setName( "Simple" );