public class LoginRedirectFilter extends AbstractSSOInterceptor
PORTAL_CONTAINER_SUBSTITUTION_PATTERN| Constructor and Description |
|---|
LoginRedirectFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
void |
doFilter(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response,
javax.servlet.FilterChain chain) |
protected String |
getLoginRedirectURL(javax.servlet.http.HttpServletRequest httpRequest) |
protected void |
initImpl()
This method needs to be implemented by conrete filter.
|
afterInit, getExoContainer, getInitParameter, initWithParamsgetContainer, getServletContext, init, requirePortalEnvironmentprotected void initImpl()
AbstractSSOInterceptorAbstractSSOInterceptor.getInitParameter(String). This works in both types of initialization
(Case1: Filter initialization through kernel, Case2: initialization through servlet API)initImpl in class AbstractSSOInterceptorpublic void destroy()
public void doFilter(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response,
javax.servlet.FilterChain chain)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionprotected String getLoginRedirectURL(javax.servlet.http.HttpServletRequest httpRequest)
Copyright © 2019 JBoss by Red Hat. All Rights Reserved.