Class CloudFoundryActuatorAutoConfiguration.IgnoredPathsWebSecurityConfigurer

  • All Implemented Interfaces:
    org.springframework.security.config.annotation.SecurityConfigurer<javax.servlet.Filter,​org.springframework.security.config.annotation.web.builders.WebSecurity>, org.springframework.security.config.annotation.web.WebSecurityConfigurer<org.springframework.security.config.annotation.web.builders.WebSecurity>
    Enclosing class:
    CloudFoundryActuatorAutoConfiguration

    @ConditionalOnClass(org.springframework.security.config.annotation.web.builders.WebSecurity.class)
    @Order(-2147483648)
    @Configuration
    public static class CloudFoundryActuatorAutoConfiguration.IgnoredPathsWebSecurityConfigurer
    extends Object
    implements org.springframework.security.config.annotation.web.WebSecurityConfigurer<org.springframework.security.config.annotation.web.builders.WebSecurity>
    WebSecurityConfigurer to tell Spring Security to ignore cloudfoundry specific paths. The Cloud foundry endpoints are protected by their own security interceptor.
    • Method Detail

      • init

        public void init​(org.springframework.security.config.annotation.web.builders.WebSecurity builder)
                  throws Exception
        Specified by:
        init in interface org.springframework.security.config.annotation.SecurityConfigurer<javax.servlet.Filter,​org.springframework.security.config.annotation.web.builders.WebSecurity>
        Throws:
        Exception
      • configure

        public void configure​(org.springframework.security.config.annotation.web.builders.WebSecurity builder)
                       throws Exception
        Specified by:
        configure in interface org.springframework.security.config.annotation.SecurityConfigurer<javax.servlet.Filter,​org.springframework.security.config.annotation.web.builders.WebSecurity>
        Throws:
        Exception