Uses of Class
se.swedenconnect.spring.saml.idp.config.configurers.Saml2AuthnRequestProcessorConfigurer
Packages that use Saml2AuthnRequestProcessorConfigurer
Package
Description
Configurers for the SAML Identity Provider.
-
Uses of Saml2AuthnRequestProcessorConfigurer in se.swedenconnect.spring.saml.idp.config.configurers
Methods in se.swedenconnect.spring.saml.idp.config.configurers that return Saml2AuthnRequestProcessorConfigurerModifier and TypeMethodDescriptionSaml2AuthnRequestProcessorConfigurer.authenticationProvider(org.springframework.security.config.Customizer<Saml2AuthnRequestAuthenticationProviderConfigurer> customizer) Customizes theSaml2AuthnRequestAuthenticationProviderConfigurerthat is used to create the default authentication provider -Saml2AuthnRequestAuthenticationProvider.Saml2AuthnRequestProcessorConfigurer.authenticationSuccessHandler(org.springframework.security.web.authentication.AuthenticationSuccessHandler authenticationSuccessHandler) Sets theAuthenticationSuccessHandlerused for handling a successful SP (relying party) authentication and associating theSaml2AuthnRequestAuthenticationTokento theSecurityContext.Saml2AuthnRequestProcessorConfigurer.authnRequestConverter(org.springframework.security.web.authentication.AuthenticationConverter authnRequestConverter) Adds anAuthenticationConverterused when attempting to extract anAuthnRequestfromHttpServletRequestto an instance ofSaml2AuthnRequestAuthenticationTokenused for authenticating the request and to process it further.Saml2AuthnRequestProcessorConfigurer.authnRequestConverters(Consumer<List<org.springframework.security.web.authentication.AuthenticationConverter>> authnRequestConvertersConsumer) Sets theConsumerproviding access to theListof 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 customAuthenticationProviderto be used instead ofSaml2AuthnRequestAuthenticationProvider.Method parameters in se.swedenconnect.spring.saml.idp.config.configurers with type arguments of type Saml2AuthnRequestProcessorConfigurerModifier and TypeMethodDescriptionSaml2IdpConfigurer.authnRequestProcessor(org.springframework.security.config.Customizer<Saml2AuthnRequestProcessorConfigurer> customizer) Customizes theAuthnRequestprocessor.