List of usage examples for org.springframework.security.oauth2.config.annotation.web.configuration ResourceServerConfigurerAdapter subclass-usage
From source file org.appverse.web.framework.backend.security.oauth2.resourceserver.configuration.jwtstore.ResourceServerWithJWTStoreConfigurerAdapter.java
/**
* Convenient setup for an OAuth2 Resource Server that uses a
* JwtTokenStore.
*
* Take into account that JwtTokenStore is not a proper store in the regard of keeping the tokens somewhere.
* The reason is that the JwtTokens have all the necessary user information themselves (they are opaque to clients) and so
From source file com.jservlet.TcloudClientApplication.java
@Configuration @EnableWebSecurity @EnableResourceServer class ResourceServerConfig extends ResourceServerConfigurerAdapter { @Override