Class Saml11AuthenticationFilter
java.lang.Object
org.apereo.cas.client.util.AbstractConfigurationFilter
org.apereo.cas.client.util.AbstractCasFilter
org.apereo.cas.client.authentication.AuthenticationFilter
org.apereo.cas.client.authentication.Saml11AuthenticationFilter
- All Implemented Interfaces:
jakarta.servlet.Filter
Extension to the default Authentication filter that sets the required SAML1.1 artifact parameter name and service parameter name.
Note, as of 3.3, the final keyword was removed to allow you to override the method to retrieve tickets, per CASC-154
- Since:
- 3.1.12
- Version:
- $Revision$ $Date$
- Author:
- Scott Battaglia
-
Field Summary
Fields inherited from class org.apereo.cas.client.util.AbstractCasFilter
CONST_CAS_ASSERTIONFields inherited from class org.apereo.cas.client.util.AbstractConfigurationFilter
logger -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apereo.cas.client.authentication.AuthenticationFilter
doFilter, init, initInternal, setCasServerLoginUrl, setCasServerUrlPrefix, setGateway, setGatewayStorage, setIgnoreUrlPatternMatcherStrategyClass, setMethod, setRenewMethods inherited from class org.apereo.cas.client.util.AbstractCasFilter
constructServiceUrl, destroy, getProtocol, init, retrieveTicketFromRequest, setEncodeServiceUrl, setServerName, setServiceMethods inherited from class org.apereo.cas.client.util.AbstractConfigurationFilter
getBoolean, getClass, getInt, getLong, getString, isIgnoreInitConfiguration, setIgnoreInitConfiguration
-
Constructor Details
-
Saml11AuthenticationFilter
public Saml11AuthenticationFilter()
-