@Configuration
@EnableResourceServer
public class ResourceServerConfiguration
extends org.springframework.security.oauth2.config.annotation.web.configuration.ResourceServerConfigurerAdapter
| Constructor and Description |
|---|
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 config) |
public void configure(org.springframework.security.oauth2.config.annotation.web.configurers.ResourceServerSecurityConfigurer config)
configure in interface org.springframework.security.oauth2.config.annotation.web.configuration.ResourceServerConfigurerconfigure in class org.springframework.security.oauth2.config.annotation.web.configuration.ResourceServerConfigurerAdapterpublic void configure(org.springframework.security.config.annotation.web.builders.HttpSecurity http)
throws java.lang.Exception
configure in interface org.springframework.security.oauth2.config.annotation.web.configuration.ResourceServerConfigurerconfigure in class org.springframework.security.oauth2.config.annotation.web.configuration.ResourceServerConfigurerAdapterjava.lang.Exception