Interface HttpSecurityConfigurer


public interface HttpSecurityConfigurer
A HttpSecurityConfigurer configures the authentication of the endpoints exposed by the registered Servlet adapters. Service endpoints that require no authorization as defined in the CDS model are exposed as public.
  • 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