public final class Saml11AuthenticationFilter extends AuthenticationFilter
Note, the "final" on this class helps ensure the compliance required in the initInternal method.
CONST_CAS_ASSERTION, log
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, setRenew
constructServiceUrl, destroy, getArtifactParameterName, getServiceParameterName, init, setArtifactParameterName, setEncodeServiceUrl, setServerName, setService, setServiceParameterName
getPropertyFromInitParams, isIgnoreInitConfiguration, loadFromContext, parseBoolean, setIgnoreInitConfiguration
protected void initInternal(javax.servlet.FilterConfig filterConfig) throws javax.servlet.ServletException
AbstractCasFilter
initInternal
in class AuthenticationFilter
filterConfig
- the original filter configuration.javax.servlet.ServletException
- if there is a problem.Copyright © 2006-2013 Jasig. All Rights Reserved.