org.drools.guvnor.server.security
Class NilAuthenticator
java.lang.Object
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).
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NilAuthenticator
public NilAuthenticator()
authenticate
public boolean authenticate()
Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.