org.drools.guvnor.server.security
Class NilAuthenticator

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

@Name(value="nilAuthenticator")
public class NilAuthenticator
extends Object

This will let any user in, effectively removing any authentication (as the system will attempt to auto login the first time).


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

Constructor Detail

NilAuthenticator

public NilAuthenticator()
Method Detail

authenticate

public boolean authenticate()


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