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 TypeClassDescriptionclass
A delegatingPostAuthenticationProcessor
that invokesprocess(Saml2UserAuthentication)
on all configured processors (in order).class
APostAuthenticationProcessor
that 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 ofPostAuthenticationProcessor
s. -
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.