Uses of Class
se.swedenconnect.spring.saml.idp.config.configurers.Saml2AuthnRequestProcessorConfigurer
Package
Description
Configurers for the SAML Identity Provider.
-
Uses of Saml2AuthnRequestProcessorConfigurer in se.swedenconnect.spring.saml.idp.config.configurers
Modifier and TypeMethodDescriptionSaml2AuthnRequestProcessorConfigurer.authenticationProvider
(org.springframework.security.config.Customizer<Saml2AuthnRequestAuthenticationProviderConfigurer> customizer) Customizes theSaml2AuthnRequestAuthenticationProviderConfigurer
that is used to create the default authentication provider -Saml2AuthnRequestAuthenticationProvider
.Saml2AuthnRequestProcessorConfigurer.authenticationSuccessHandler
(org.springframework.security.web.authentication.AuthenticationSuccessHandler authenticationSuccessHandler) Sets theAuthenticationSuccessHandler
used for handling a successful SP (relying party) authentication and associating theSaml2AuthnRequestAuthenticationToken
to theSecurityContext
.Saml2AuthnRequestProcessorConfigurer.authnRequestConverter
(org.springframework.security.web.authentication.AuthenticationConverter authnRequestConverter) Adds anAuthenticationConverter
used when attempting to extract anAuthnRequest
fromHttpServletRequest
to an instance ofSaml2AuthnRequestAuthenticationToken
used for authenticating the request and to process it further.Saml2AuthnRequestProcessorConfigurer.authnRequestConverters
(Consumer<List<org.springframework.security.web.authentication.AuthenticationConverter>> authnRequestConvertersConsumer) Sets theConsumer
providing access to theList
of default and (optionally) addedAuthenticationConverter
's allowing the ability to add, remove, or customize a specificAuthenticationConverter
.Saml2AuthnRequestProcessorConfigurer.customAuthenticationProvider
(org.springframework.security.authentication.AuthenticationProvider customAuthenticationProvider) Installs a customAuthenticationProvider
to be used instead ofSaml2AuthnRequestAuthenticationProvider
.Modifier and TypeMethodDescriptionSaml2IdpConfigurer.authnRequestProcessor
(org.springframework.security.config.Customizer<Saml2AuthnRequestProcessorConfigurer> customizer) Customizes theAuthnRequest
processor.