Uses of Interface
se.swedenconnect.spring.saml.idp.authentication.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
Modifier 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.ModifierConstructorDescriptionConstructor. -
Uses of PostAuthenticationProcessor in se.swedenconnect.spring.saml.idp.config.configurers
Modifier 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
ModifierConstructorDescriptionSaml2UserAuthenticationProcessingFilter
(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.