Uses of Class
se.swedenconnect.spring.saml.idp.config.configurers.Saml2IdpConfigurer
Package
Description
Configurers for the SAML Identity Provider.
-
Uses of Saml2IdpConfigurer in se.swedenconnect.spring.saml.idp.config.configurers
Modifier and TypeMethodDescriptionSaml2IdpConfigurer.authnRequestProcessor
(org.springframework.security.config.Customizer<Saml2AuthnRequestProcessorConfigurer> customizer) Customizes theAuthnRequest
processor.Saml2IdpConfigurer.idpMetadataEndpoint
(org.springframework.security.config.Customizer<Saml2IdpMetadataEndpointConfigurer> customizer) Customizes the IdP metadata endpoint.Saml2IdpConfigurer.responseBuilder
(org.springframework.security.config.Customizer<Saml2ResponseBuilder> customizer) Customizes theSaml2ResponseBuilder
.Saml2IdpConfigurer.responseSender
(org.springframework.security.config.Customizer<Saml2ResponseSender> customizer) Customizes theSaml2ResponseSender
.Saml2IdpConfigurer.userAuthentication
(org.springframework.security.config.Customizer<Saml2UserAuthenticationConfigurer> customizer) Customizes the user authentication processor.Modifier and TypeMethodDescriptionvoid
Saml2IdpConfigurerAdapter.configure
(org.springframework.security.config.annotation.web.builders.HttpSecurity http, Saml2IdpConfigurer configurer) Configures the settings of theSaml2IdpConfigurer
.