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