@Configuration
@EnableResourceServer
public abstract class AbstractSpringResourceServerConfiguration
extends org.springframework.security.oauth2.config.annotation.web.configuration.ResourceServerConfigurerAdapter
| Constructor and Description |
|---|
AbstractSpringResourceServerConfiguration() |
| 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) |
abstract String |
getResourceId() |
abstract org.springframework.security.oauth2.provider.token.ResourceServerTokenServices |
getResourceServerTokenServicesToAuthentication() |
abstract String |
getSecuredPattern() |
public AbstractSpringResourceServerConfiguration()
public void configure(org.springframework.security.oauth2.config.annotation.web.configurers.ResourceServerSecurityConfigurer resources)
configure in interface org.springframework.security.oauth2.config.annotation.web.configuration.ResourceServerConfigurerconfigure in class org.springframework.security.oauth2.config.annotation.web.configuration.ResourceServerConfigurerAdapterpublic abstract String getResourceId()
public abstract String getSecuredPattern()
public abstract org.springframework.security.oauth2.provider.token.ResourceServerTokenServices getResourceServerTokenServicesToAuthentication()
public 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 © 2019 Anteros Tecnologia. All rights reserved.