类 PrometheusSecurityConfiguration

  • 所有已实现的接口:
    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>

    @Configuration
    @ConditionalOnMissingBean(org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter.class)
    public class PrometheusSecurityConfiguration
    extends org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter
    prometheus auth configuration, avoid spring security configuration override.
    作者:
    vividfish
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      void configure​(org.springframework.security.config.annotation.web.builders.WebSecurity web)  
      • 从类继承的方法 org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter

        authenticationManager, authenticationManagerBean, configure, configure, getApplicationContext, getHttp, init, setApplicationContext, setAuthenticationConfiguration, setContentNegotationStrategy, setObjectPostProcessor, setTrustResolver, userDetailsService, userDetailsServiceBean
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • PrometheusSecurityConfiguration

        public PrometheusSecurityConfiguration()
    • 方法详细资料

      • configure

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