Uses of Class
se.swedenconnect.spring.saml.idp.config.configurers.Saml2UserAuthenticationConfigurer
Packages that use Saml2UserAuthenticationConfigurer
Package
Description
Configurers for the SAML Identity Provider.
-
Uses of Saml2UserAuthenticationConfigurer in se.swedenconnect.spring.saml.idp.config.configurers
Methods in se.swedenconnect.spring.saml.idp.config.configurers that return Saml2UserAuthenticationConfigurerModifier and TypeMethodDescriptionSaml2UserAuthenticationConfigurer.assertionCustomizer(org.springframework.security.config.Customizer<Assertion> assertionCustomizer) By assigning aCustomizertheAssertionobject that is built can be modified.Saml2UserAuthenticationConfigurer.attributeProducers(org.springframework.security.config.Customizer<List<AttributeProducer>> customizer) Customizes the list ofAttributeProducers that will later be installed to theAttributeReleaseManagerand SAML attribute builder.Saml2UserAuthenticationConfigurer.attributeReleaseVoters(org.springframework.security.config.Customizer<List<AttributeReleaseVoter>> customizer) Customizes the list ofAttributeReleaseVoters that will later be installed to theAttributeReleaseManagerand SAML attribute builder.Saml2UserAuthenticationConfigurer.authenticationTokenRepository(FilterAuthenticationTokenRepository authenticationTokenRepository) Assigns aFilterAuthenticationTokenRepositoryinstance for storingAuthenticationobjects when external authentication is used.Saml2UserAuthenticationConfigurer.idGenerator(Saml2MessageIDGenerator idGenerator) Assigns a customSaml2MessageIDGeneratorto be used by the assertion builder.Saml2UserAuthenticationConfigurer.postAuthenticationProcessors(org.springframework.security.config.Customizer<List<PostAuthenticationProcessor>> customizer) Customizes the list ofPostAuthenticationProcessors.Saml2UserAuthenticationConfigurer.resumeAuthnPath(String path) Method parameters in se.swedenconnect.spring.saml.idp.config.configurers with type arguments of type Saml2UserAuthenticationConfigurerModifier and TypeMethodDescriptionSaml2IdpConfigurer.userAuthentication(org.springframework.security.config.Customizer<Saml2UserAuthenticationConfigurer> customizer) Customizes the user authentication processor.