public class OpenSSOCDLoginRedirectFilter extends LoginRedirectFilter
PORTAL_CONTAINER_SUBSTITUTION_PATTERN| Constructor and Description |
|---|
OpenSSOCDLoginRedirectFilter() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getLoginRedirectURL(javax.servlet.http.HttpServletRequest httpRequest)
Constructs URL for redirection to OpenSSO CDCServlet.
|
void |
initImpl()
This method needs to be implemented by conrete filter.
|
destroy, doFilterafterInit, getExoContainer, getInitParameter, initWithParamsgetContainer, getServletContext, init, requirePortalEnvironmentpublic 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 LoginRedirectFilterprotected String getLoginRedirectURL(javax.servlet.http.HttpServletRequest httpRequest)
http://localhost:8888/opensso/cdcservlet?realm=gatein&goto=http://opensso.local.network:8080/portal/initiatessologin&
ProviderID=http://opensso.local.network:8080/portal/initiatessologin/?Realm=ggatein
&RequestID=124&IssueInstant=2012-04-10T23:28:50Z&MajorVersion=1&MinorVersion=0
getLoginRedirectURL in class LoginRedirectFilterCopyright © 2019 JBoss by Red Hat. All Rights Reserved.