类 OAuth2ResourceServerConfiguration.ResourceSecurityConfigurer

    • 方法详细资料

      • configure

        public void configure​(org.springframework.security.oauth2.config.annotation.web.configurers.ResourceServerSecurityConfigurer resources)
                       throws Exception
        指定者:
        configure 在接口中 org.springframework.security.oauth2.config.annotation.web.configuration.ResourceServerConfigurer
        覆盖:
        configure 在类中 org.springframework.security.oauth2.config.annotation.web.configuration.ResourceServerConfigurerAdapter
        抛出:
        Exception
      • configure

        public void configure​(org.springframework.security.config.annotation.web.builders.HttpSecurity http)
                       throws Exception
        指定者:
        configure 在接口中 org.springframework.security.oauth2.config.annotation.web.configuration.ResourceServerConfigurer
        覆盖:
        configure 在类中 org.springframework.security.oauth2.config.annotation.web.configuration.ResourceServerConfigurerAdapter
        抛出:
        Exception