com.caucho.server.security
Class BasicLogin

java.lang.Object
  extended by com.caucho.security.AbstractLogin
      extended by com.caucho.security.BasicLogin
          extended by com.caucho.server.security.BasicLogin
All Implemented Interfaces:
Login

public class BasicLogin
extends BasicLogin

Implements the "basic" auth-method. Basic uses the HTTP authentication with WWW-Authenticate and SC_UNAUTHORIZE.


Field Summary
 
Fields inherited from class com.caucho.security.AbstractLogin
_auth, _singleSignon
 
Fields inherited from interface com.caucho.security.Login
LOGIN_PASSWORD, LOGIN_USER, LOGIN_USER_NAME
 
Constructor Summary
BasicLogin()
           
 
Method Summary
 
Methods inherited from class com.caucho.security.BasicLogin
getAuthType, getRealmName, getUserPrincipalImpl, isLoginUsedForRequest, isPasswordBased, isSavedUserValid, loginChallenge, setRealmName
 
Methods inherited from class com.caucho.security.AbstractLogin
findSavedUser, getAuthenticator, getLoginPrincipalImpl, getSingleSignon, getUserPrincipal, init, isLogoutOnSessionTimeout, isSessionSaveLogin, isUserInRole, login, login, loginSuccessResponse, logout, logoutImpl, saveUser, sessionInvalidate, setAuthenticator, setLogoutOnSessionTimeout, setSessionSaveLogin, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BasicLogin

public BasicLogin()