@Configuration
@EnableResourceServer
protected static class OAuth2ServerConfig.ResourceServerConfiguration
extends org.springframework.security.oauth2.config.annotation.web.configuration.ResourceServerConfigurerAdapter
| Modifier | Constructor and Description |
|---|---|
protected |
ResourceServerConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(org.springframework.security.config.annotation.web.builders.HttpSecurity http) |
void |
configure(org.springframework.security.oauth2.config.annotation.web.configurers.ResourceServerSecurityConfigurer resources) |
public void configure(org.springframework.security.oauth2.config.annotation.web.configurers.ResourceServerSecurityConfigurer resources)
throws Exception
configure in interface org.springframework.security.oauth2.config.annotation.web.configuration.ResourceServerConfigurerconfigure in class org.springframework.security.oauth2.config.annotation.web.configuration.ResourceServerConfigurerAdapterExceptionpublic void configure(org.springframework.security.config.annotation.web.builders.HttpSecurity http)
throws Exception
configure in interface org.springframework.security.oauth2.config.annotation.web.configuration.ResourceServerConfigurerconfigure in class org.springframework.security.oauth2.config.annotation.web.configuration.ResourceServerConfigurerAdapterExceptionCopyright © 2017. All rights reserved.