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, wait
getAuthMethod, secureResponse, validateRequest
public static final String SESSION_SECURED
protected final DeferredAuthentication _deferred
protected LoginService _loginService
protected IdentityService _identityService
public void setConfiguration(Authenticator.AuthConfiguration configuration)
Authenticator
setConfiguration
in interface Authenticator
public 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.