类 CloudFoundryActuatorAutoConfiguration.IgnoredPathsWebSecurityConfigurer

  • 所有已实现的接口:
    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>
    封闭类:
    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.
    • 方法详细资料

      • init

        public void init​(org.springframework.security.config.annotation.web.builders.WebSecurity builder)
                  throws Exception
        指定者:
        init 在接口中 org.springframework.security.config.annotation.SecurityConfigurer<javax.servlet.Filter,​org.springframework.security.config.annotation.web.builders.WebSecurity>
        抛出:
        Exception
      • configure

        public void configure​(org.springframework.security.config.annotation.web.builders.WebSecurity builder)
                       throws Exception
        指定者:
        configure 在接口中 org.springframework.security.config.annotation.SecurityConfigurer<javax.servlet.Filter,​org.springframework.security.config.annotation.web.builders.WebSecurity>
        抛出:
        Exception