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


Fields inherited from class com.caucho.server.http.AbstractAuthenticator
application, params
 
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, authenticate, authenticateCookie, authenticateCookie, getServletContext, init, init, isUserInRole, isUserInRole, login, logout, 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