@Configuration protected static class ResourceServerTokenServicesConfiguration.JwtTokenServicesConfiguration extends Object
Constructor and Description |
---|
JwtTokenServicesConfiguration(ResourceServerProperties resource,
ObjectProvider<List<JwtAccessTokenConverterConfigurer>> configurersProvider) |
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() |
public JwtTokenServicesConfiguration(ResourceServerProperties resource, ObjectProvider<List<JwtAccessTokenConverterConfigurer>> configurersProvider)
@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.