public class LoginController extends AbstractLoginController
| Modifier and Type | Field and Description |
|---|---|
protected static String |
PARAM_FAILURE |
protected static String |
PARAM_SUCCESS |
PARAM_PASSWORD, PARAM_USERNAME| Constructor and Description |
|---|
LoginController() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
onFailure(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Sends an HTTP redirect response to the failure page provided in the request parameters, if present, falling
back to root of the web application.
|
protected void |
onSuccess(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Sends an HTTP redirect response to the success page provided in the request parameters, if present, falling
back to root of the web application.
|
handleRequestInternal, setUserFactory, setWebFrameworkConfigurationhandleRequest, isSynchronizeOnSession, setSynchronizeOnSessionapplyCacheSeconds, applyCacheSeconds, cacheForSeconds, cacheForSeconds, checkAndPrepare, checkAndPrepare, getCacheSeconds, getSupportedMethods, isAlwaysMustRevalidate, isRequireSession, isUseCacheControlHeader, isUseCacheControlNoStore, isUseExpiresHeader, preventCaching, setAlwaysMustRevalidate, setCacheSeconds, setRequireSession, setSupportedMethods, setUseCacheControlHeader, setUseCacheControlNoStore, setUseExpiresHeadergetServletContext, getTempDir, getWebApplicationContext, initApplicationContext, initServletContext, isContextRequired, setServletContextprotected static final String PARAM_FAILURE
protected static final String PARAM_SUCCESS
protected void onSuccess(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
onSuccess in class AbstractLoginControllerrequest - current HTTP requestresponse - current HTTP responseException - in case of errorsAbstractLoginController.onSuccess(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)protected void onFailure(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
onFailure in class AbstractLoginControllerrequest - current HTTP requestresponse - current HTTP responseException - in case of errorsAbstractLoginController.onSuccess(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)Copyright © 2005–2016 Alfresco Software. All rights reserved.