com.caucho.server.http
Class NullAuthenticator

java.lang.Object
  |
  +--com.caucho.server.http.AbstractAuthenticator
        |
        +--com.caucho.server.http.NullAuthenticator
All Implemented Interfaces:
Authenticator

public class NullAuthenticator
extends AbstractAuthenticator


Constructor Summary
NullAuthenticator()
           
 
Method Summary
 java.security.Principal authenticate(java.lang.String user, java.lang.String password)
           
 
Methods inherited from class com.caucho.server.http.AbstractAuthenticator
authenticate, authenticateCookie, authenticateCookie, init, isUserInRole, isUserInRole, updateCookie, updateCookie
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullAuthenticator

public NullAuthenticator()
Method Detail

authenticate

public java.security.Principal authenticate(java.lang.String user,
                                            java.lang.String password)
Overrides:
authenticate in class AbstractAuthenticator