@Configuration protected static class ResourceServerTokenServicesConfiguration.JwtTokenServicesConfiguration extends Object
Modifier | Constructor and Description |
---|---|
protected |
JwtTokenServicesConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.springframework.security.oauth2.provider.token.store.JwtAccessTokenConverter |
jwtTokenEnhancer() |
org.springframework.security.oauth2.provider.token.DefaultTokenServices |
jwtTokenServices() |
org.springframework.security.oauth2.provider.token.TokenStore |
jwtTokenStore() |
@Bean @ConditionalOnMissingBean(value=org.springframework.security.oauth2.provider.token.ResourceServerTokenServices.class) public org.springframework.security.oauth2.provider.token.DefaultTokenServices jwtTokenServices()
@Bean public org.springframework.security.oauth2.provider.token.TokenStore jwtTokenStore()
@Bean public org.springframework.security.oauth2.provider.token.store.JwtAccessTokenConverter jwtTokenEnhancer()
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.