|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.caucho.server.http.AbstractAuthenticator | +--com.caucho.server.http.NullAuthenticator
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 |
public NullAuthenticator()
Method Detail |
public java.security.Principal authenticate(java.lang.String user, java.lang.String password)
authenticate
in class AbstractAuthenticator
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |