Uses of Class
se.swedenconnect.spring.saml.idp.config.configurers.Saml2IdpConfigurer
Packages that use Saml2IdpConfigurer
Package
Description
Configurers for the SAML Identity Provider.
-
Uses of Saml2IdpConfigurer in se.swedenconnect.spring.saml.idp.config.configurers
Methods in se.swedenconnect.spring.saml.idp.config.configurers that return Saml2IdpConfigurerModifier and TypeMethodDescriptionSaml2IdpConfigurer.authnRequestProcessor(org.springframework.security.config.Customizer<Saml2AuthnRequestProcessorConfigurer> customizer) Customizes theAuthnRequestprocessor.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.Methods in se.swedenconnect.spring.saml.idp.config.configurers with parameters of type Saml2IdpConfigurerModifier and TypeMethodDescriptionvoidSaml2IdpConfigurerAdapter.configure(org.springframework.security.config.annotation.web.builders.HttpSecurity http, Saml2IdpConfigurer configurer) Configures the settings of theSaml2IdpConfigurer.