public final class UPortalSecurityFilter extends Object implements javax.portlet.filter.RenderFilter
RenderFilter When SSP is used with uportal, this class populates the
session with the user's username and authorities for consumption by the http
servlet api.| Modifier and Type | Field and Description |
|---|---|
static String |
AUTHENTICATION_TOKEN_KEY |
static String |
ROLE_SURVEY_ADMIN |
static String |
ROLE_SURVEY_USER |
static Object |
SSP_OWNER |
| Constructor and Description |
|---|
UPortalSecurityFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
void |
doFilter(javax.portlet.RenderRequest req,
javax.portlet.RenderResponse res,
javax.portlet.filter.FilterChain chain) |
void |
init(javax.portlet.filter.FilterConfig config) |
public static final String ROLE_SURVEY_ADMIN
public static final String ROLE_SURVEY_USER
public static final String AUTHENTICATION_TOKEN_KEY
public static final Object SSP_OWNER
public void doFilter(javax.portlet.RenderRequest req,
javax.portlet.RenderResponse res,
javax.portlet.filter.FilterChain chain)
throws IOException,
javax.portlet.PortletException
doFilter in interface javax.portlet.filter.RenderFilterIOExceptionjavax.portlet.PortletExceptionpublic void init(javax.portlet.filter.FilterConfig config)
throws javax.portlet.PortletException
init in interface javax.portlet.filter.PortletFilterjavax.portlet.PortletExceptionpublic void destroy()
destroy in interface javax.portlet.filter.PortletFilterCopyright © 2016 Jasig. All rights reserved.