Uses of Class
se.swedenconnect.spring.saml.idp.config.configurers.Saml2UserAuthenticationConfigurer
Package
Description
Configurers for the SAML Identity Provider.
-
Uses of Saml2UserAuthenticationConfigurer in se.swedenconnect.spring.saml.idp.config.configurers
Modifier and TypeMethodDescriptionSaml2UserAuthenticationConfigurer.assertionCustomizer
(org.springframework.security.config.Customizer<org.opensaml.saml.saml2.core.Assertion> assertionCustomizer) By assigning aCustomizer
theAssertion
object that is built can be modified.Saml2UserAuthenticationConfigurer.attributeProducers
(org.springframework.security.config.Customizer<List<AttributeProducer>> customizer) Customizes the list ofAttributeProducer
s that will later be installed to theAttributeReleaseManager
and SAML attribute builder.Saml2UserAuthenticationConfigurer.attributeReleaseVoters
(org.springframework.security.config.Customizer<List<AttributeReleaseVoter>> customizer) Customizes the list ofAttributeReleaseVoter
s that will later be installed to theAttributeReleaseManager
and SAML attribute builder.Saml2UserAuthenticationConfigurer.authenticationTokenRepository
(FilterAuthenticationTokenRepository authenticationTokenRepository) Assigns aFilterAuthenticationTokenRepository
instance for storingAuthentication
objects when external authentication is used.Saml2UserAuthenticationConfigurer.idGenerator
(Saml2MessageIDGenerator idGenerator) Assigns a customSaml2MessageIDGenerator
to be used by the assertion builder.Saml2UserAuthenticationConfigurer.postAuthenticationProcessors
(org.springframework.security.config.Customizer<List<PostAuthenticationProcessor>> customizer) Customizes the list ofPostAuthenticationProcessor
s.Saml2UserAuthenticationConfigurer.resumeAuthnPath
(String path) Modifier and TypeMethodDescriptionSaml2IdpConfigurer.userAuthentication
(org.springframework.security.config.Customizer<Saml2UserAuthenticationConfigurer> customizer) Customizes the user authentication processor.