Uses of Class
se.swedenconnect.spring.saml.idp.config.configurers.Saml2AuthnRequestAuthenticationProviderConfigurer
Package
Description
Configurers for the SAML Identity Provider.
-
Uses of Saml2AuthnRequestAuthenticationProviderConfigurer in se.swedenconnect.spring.saml.idp.config.configurers
Modifier and TypeMethodDescriptionSaml2AuthnRequestAuthenticationProviderConfigurer.assertionConsumerServiceValidator
(AuthnRequestValidator assertionConsumerServiceValidator) Assigns a custom assertion consumer serviceAuthnRequestValidator
.Saml2AuthnRequestAuthenticationProviderConfigurer.messageReplayChecker
(MessageReplayChecker messageReplayChecker) Assigns aMessageReplayChecker
to theAuthnRequestReplayValidator
.Saml2AuthnRequestAuthenticationProviderConfigurer.nameIDGeneratorFactory
(NameIDGeneratorFactory nameIDGeneratorFactory) Assigns a customNameIDGeneratorFactory
.Saml2AuthnRequestAuthenticationProviderConfigurer.principalSelectionProcessor
(PrincipalSelectionProcessor principalSelectionProcessor) Assigns a customPrincipalSelectionProcessor
.Saml2AuthnRequestAuthenticationProviderConfigurer.replayValidator
(AuthnRequestValidator replayValidator) Assigns a replay validator.Saml2AuthnRequestAuthenticationProviderConfigurer.requestedAttributeProcessors
(Consumer<List<RequestedAttributeProcessor>> customizer) Gives access to the list ofRequestedAttributeProcessor
s.Saml2AuthnRequestAuthenticationProviderConfigurer.serviceProviderFilter
(Saml2ServiceProviderFilter serviceProviderFilter) Assigns aSaml2ServiceProviderFilter
.Saml2AuthnRequestAuthenticationProviderConfigurer.signatureMessageExtensionExtractor
(SignatureMessageExtensionExtractor signatureMessageExtensionExtractor) Assigns a customSignatureMessageExtensionExtractor
.Saml2AuthnRequestAuthenticationProviderConfigurer.signatureMessagePreprocessor
(SignatureMessagePreprocessor signatureMessagePreprocessor) Assigns aSignatureMessagePreprocessor
that is used to prepare received sign messages for display.Saml2AuthnRequestAuthenticationProviderConfigurer.signatureValidator
(AuthnRequestValidator signatureValidator) Assigns a customAuthnRequestValidator
for validating the signatures ofAuthnRequest
messages.Saml2AuthnRequestAuthenticationProviderConfigurer.userMessagePreprocessor
(UserMessagePreprocessor userMessagePreprocessor) Assigns aUserMessagePreprocessor
that is used to prepare received user messages for display.Modifier and TypeMethodDescriptionSaml2AuthnRequestProcessorConfigurer.authenticationProvider
(org.springframework.security.config.Customizer<Saml2AuthnRequestAuthenticationProviderConfigurer> customizer) Customizes theSaml2AuthnRequestAuthenticationProviderConfigurer
that is used to create the default authentication provider -Saml2AuthnRequestAuthenticationProvider
.