@Configuration @Conditional(value=org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.JwkCondition.class) protected static class ResourceServerTokenServicesConfiguration.JwkTokenStoreConfiguration extends Object
Constructor and Description |
---|
JwkTokenStoreConfiguration(ResourceServerProperties resource) |
Modifier and Type | Method and Description |
---|---|
org.springframework.security.oauth2.provider.token.DefaultTokenServices |
jwkTokenServices() |
org.springframework.security.oauth2.provider.token.TokenStore |
jwkTokenStore() |
public JwkTokenStoreConfiguration(ResourceServerProperties resource)
@Bean @ConditionalOnMissingBean(value=org.springframework.security.oauth2.provider.token.ResourceServerTokenServices.class) public org.springframework.security.oauth2.provider.token.DefaultTokenServices jwkTokenServices()
@Bean public org.springframework.security.oauth2.provider.token.TokenStore jwkTokenStore()
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.