Class SAMLRelayStateEntryPoint

  • All Implemented Interfaces:
    javax.servlet.Filter, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean, org.springframework.context.EnvironmentAware, org.springframework.core.env.EnvironmentCapable, org.springframework.security.web.AuthenticationEntryPoint, org.springframework.web.context.ServletContextAware

    public class SAMLRelayStateEntryPoint
    extends org.springframework.security.saml.SAMLEntryPoint
    • Field Summary

      • Fields inherited from class org.springframework.security.saml.SAMLEntryPoint

        contextProvider, defaultOptions, DISCOVERY_RESPONSE_PARAMETER, FILTER_URL, filterProcessesUrl, IDP_PARAMETER, log, metadata, samlDiscovery, samlLogger, webSSOprofile, webSSOprofileECP, webSSOprofileHoK
      • Fields inherited from class org.springframework.web.filter.GenericFilterBean

        logger
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.springframework.security.saml.websso.WebSSOProfileOptions getProfileOptions​(org.springframework.security.saml.context.SAMLMessageContext context, org.springframework.security.core.AuthenticationException exception)  
      • Methods inherited from class org.springframework.security.saml.SAMLEntryPoint

        afterPropertiesSet, commence, doFilter, getFilterProcessesUrl, initializeDiscovery, initializeECP, initializeSSO, isDiscovery, isECP, processFilter, setContextProvider, setDefaultProfileOptions, setFilterProcessesUrl, setMetadata, setSamlDiscovery, setSamlLogger, setWebSSOprofile, setWebSSOprofileECP, setWebSSOprofileHoK
      • Methods inherited from class org.springframework.web.filter.GenericFilterBean

        addRequiredProperty, createEnvironment, destroy, getEnvironment, getFilterConfig, getFilterName, getServletContext, init, initBeanWrapper, initFilterBean, setBeanName, setEnvironment, setServletContext
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SAMLRelayStateEntryPoint

        public SAMLRelayStateEntryPoint​(SamlLoginService loginService)
    • Method Detail

      • getProfileOptions

        protected org.springframework.security.saml.websso.WebSSOProfileOptions getProfileOptions​(org.springframework.security.saml.context.SAMLMessageContext context,
                                                                                                  org.springframework.security.core.AuthenticationException exception)
                                                                                           throws org.opensaml.saml2.metadata.provider.MetadataProviderException
        Overrides:
        getProfileOptions in class org.springframework.security.saml.SAMLEntryPoint
        Throws:
        org.opensaml.saml2.metadata.provider.MetadataProviderException