public abstract class LoginAuthenticator extends Object implements Authenticator
Authenticator.AuthConfiguration, Authenticator.Factory| Modifier and Type | Field and Description |
|---|---|
protected DeferredAuthentication |
_deferred |
protected IdentityService |
_identityService |
protected LoginService |
_loginService |
static String |
SESSION_SECURED |
| Modifier | Constructor and Description |
|---|---|
protected |
LoginAuthenticator() |
| Modifier and Type | Method and Description |
|---|---|
LoginService |
getLoginService() |
protected javax.servlet.http.HttpSession |
renewSessionOnAuthentication(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Change the session when the request is authenticated for the first time
|
void |
setConfiguration(Authenticator.AuthConfiguration configuration)
Configure the Authenticator
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAuthMethod, secureResponse, validateRequestpublic static final String SESSION_SECURED
protected final DeferredAuthentication _deferred
protected LoginService _loginService
protected IdentityService _identityService
public void setConfiguration(Authenticator.AuthConfiguration configuration)
AuthenticatorsetConfiguration in interface Authenticatorpublic LoginService getLoginService()
protected javax.servlet.http.HttpSession renewSessionOnAuthentication(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
request - response - Copyright © 1995-2012 Mort Bay Consulting. All Rights Reserved.