Uses of Interface
se.swedenconnect.spring.saml.idp.authentication.PostAuthenticationProcessor
Packages that use PostAuthenticationProcessor
Package
Description
Support for user authentication including SSO.
Configurers for the SAML Identity Provider.
Filters for the SAML Identity Provider.
-
Uses of PostAuthenticationProcessor in se.swedenconnect.spring.saml.idp.authentication
Classes in se.swedenconnect.spring.saml.idp.authentication that implement PostAuthenticationProcessorModifier and TypeClassDescriptionclassA delegatingPostAuthenticationProcessorthat invokesPostAuthenticationProcessor.process(Saml2UserAuthentication)on all configured processors (in order).classAPostAuthenticationProcessorthat applies the rules of Sweden Connect, see Technical Specifications for the Swedish eID Framework.Constructor parameters in se.swedenconnect.spring.saml.idp.authentication with type arguments of type PostAuthenticationProcessorModifierConstructorDescriptionConstructor. -
Uses of PostAuthenticationProcessor in se.swedenconnect.spring.saml.idp.config.configurers
Method parameters in se.swedenconnect.spring.saml.idp.config.configurers with type arguments of type PostAuthenticationProcessorModifier and TypeMethodDescriptionSaml2UserAuthenticationConfigurer.postAuthenticationProcessors(org.springframework.security.config.Customizer<List<PostAuthenticationProcessor>> customizer) Customizes the list ofPostAuthenticationProcessors. -
Uses of PostAuthenticationProcessor in se.swedenconnect.spring.saml.idp.web.filters
Constructors in se.swedenconnect.spring.saml.idp.web.filters with parameters of type PostAuthenticationProcessorModifierConstructorDescriptionSaml2UserAuthenticationProcessingFilter(org.springframework.security.authentication.AuthenticationManager authenticationManager, org.springframework.security.web.util.matcher.RequestMatcher requestMatcher, PostAuthenticationProcessor postAuthenticationProcessor, Saml2AssertionBuilder assertionHandler, Saml2ResponseBuilder responseBuilder, Saml2ResponseSender responseSender, Saml2IdpEventPublisher eventPublisher) Constructor.