org.drools.guvnor.server.security
Class DefaultAuthenticator

java.lang.Object
  extended by org.drools.guvnor.server.security.DefaultAuthenticator

@Name(value="defaultAuthenticator")
public class DefaultAuthenticator
extends Object

This is kind of a nil authenticator, does not validate the user at all. This will accept any user name except the "guest" user name (as that is used for skipping logging in altogether).


Constructor Summary
DefaultAuthenticator()
           
 
Method Summary
 boolean authenticate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultAuthenticator

public DefaultAuthenticator()
Method Detail

authenticate

public boolean authenticate()


Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.