Interface SamlHttpSecurityConfigurer


@NullMarked public interface SamlHttpSecurityConfigurer
Interface that allows you to perform additional Spring Security configuration within SAML configuration. All beans that implement this interface will be automatically applied during SAML configuration within SamlVaadinWebSecurity.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    configure(org.springframework.security.config.annotation.web.builders.HttpSecurity http)
     
  • Method Details

    • configure

      void configure(org.springframework.security.config.annotation.web.builders.HttpSecurity http) throws Exception
      Throws:
      Exception