public class Saml11AuthenticationFilter extends AuthenticationFilter
Note, as of 3.3, the final keyword was removed to allow you to override the method to retrieve tickets, per CASC-154s
CONST_CAS_ASSERTIONlogger| Constructor and Description |
|---|
Saml11AuthenticationFilter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
initInternal(javax.servlet.FilterConfig filterConfig)
Controls the ordering of filter initialization and checking by defining a method that runs before the init.
|
doFilter, init, setCasServerLoginUrl, setGateway, setGatewayStorage, setRenewconstructServiceUrl, destroy, getArtifactParameterName, getServiceParameterName, init, retrieveTicketFromRequest, setArtifactParameterName, setEncodeServiceUrl, setServerName, setService, setServiceParameterNamegetPropertyFromInitParams, isIgnoreInitConfiguration, loadFromContext, parseBoolean, setIgnoreInitConfigurationprotected final void initInternal(javax.servlet.FilterConfig filterConfig)
throws javax.servlet.ServletException
AbstractCasFilterinitInternal in class AuthenticationFilterfilterConfig - the original filter configuration.javax.servlet.ServletException - if there is a problem.Copyright © 2006-2014 Jasig. All Rights Reserved.