Class Saml2IdpErrorAutoConfiguration
java.lang.Object
se.swedenconnect.spring.saml.idp.autoconfigure.error.Saml2IdpErrorAutoConfiguration
@AutoConfiguration(before={org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.class,org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration.class})
@ConditionalOnWebApplication(type=SERVLET)
@ConditionalOnClass({jakarta.servlet.Servlet.class,org.springframework.web.servlet.DispatcherServlet.class})
@EnableConfigurationProperties({org.springframework.boot.autoconfigure.web.ServerProperties.class,org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.class})
public class Saml2IdpErrorAutoConfiguration
extends Object
IdP specific
Auto-configuration to render errors via an MVC error controller.- Author:
- Martin Lindström
-
Constructor Summary
ConstructorsConstructorDescriptionSaml2IdpErrorAutoConfiguration(ApplicationContext applicationContext, org.springframework.boot.autoconfigure.web.WebProperties webProperties) -
Method Summary
-
Constructor Details
-
Saml2IdpErrorAutoConfiguration
public Saml2IdpErrorAutoConfiguration(ApplicationContext applicationContext, org.springframework.boot.autoconfigure.web.WebProperties webProperties)
-