Uses of Class
se.swedenconnect.spring.saml.idp.config.configurers.Saml2AuthnRequestAuthenticationProviderConfigurer
Packages that use Saml2AuthnRequestAuthenticationProviderConfigurer
Package
Description
Configurers for the SAML Identity Provider.
-
Uses of Saml2AuthnRequestAuthenticationProviderConfigurer in se.swedenconnect.spring.saml.idp.config.configurers
Methods in se.swedenconnect.spring.saml.idp.config.configurers that return Saml2AuthnRequestAuthenticationProviderConfigurerModifier and TypeMethodDescriptionSaml2AuthnRequestAuthenticationProviderConfigurer.assertionConsumerServiceValidator(AuthnRequestValidator assertionConsumerServiceValidator) Assigns a custom assertion consumer serviceAuthnRequestValidator.Saml2AuthnRequestAuthenticationProviderConfigurer.messageReplayChecker(MessageReplayChecker messageReplayChecker) Assigns aMessageReplayCheckerto 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 ofRequestedAttributeProcessors.Saml2AuthnRequestAuthenticationProviderConfigurer.serviceProviderFilter(Saml2ServiceProviderFilter serviceProviderFilter) Assigns aSaml2ServiceProviderFilter.Saml2AuthnRequestAuthenticationProviderConfigurer.signatureMessageExtensionExtractor(SignatureMessageExtensionExtractor signatureMessageExtensionExtractor) Assigns a customSignatureMessageExtensionExtractor.Saml2AuthnRequestAuthenticationProviderConfigurer.signatureMessagePreprocessor(SignatureMessagePreprocessor signatureMessagePreprocessor) Assigns aSignatureMessagePreprocessorthat is used to prepare received sign messages for display.Saml2AuthnRequestAuthenticationProviderConfigurer.signatureValidator(AuthnRequestValidator signatureValidator) Assigns a customAuthnRequestValidatorfor validating the signatures ofAuthnRequestmessages.Saml2AuthnRequestAuthenticationProviderConfigurer.userMessagePreprocessor(UserMessagePreprocessor userMessagePreprocessor) Assigns aUserMessagePreprocessorthat is used to prepare received user messages for display.Method parameters in se.swedenconnect.spring.saml.idp.config.configurers with type arguments of type Saml2AuthnRequestAuthenticationProviderConfigurerModifier and TypeMethodDescriptionSaml2AuthnRequestProcessorConfigurer.authenticationProvider(org.springframework.security.config.Customizer<Saml2AuthnRequestAuthenticationProviderConfigurer> customizer) Customizes theSaml2AuthnRequestAuthenticationProviderConfigurerthat is used to create the default authentication provider -Saml2AuthnRequestAuthenticationProvider.