@Configuration
@ConditionalOnProperty(name="okta.oauth2.localTokenValidation",
matchIfMissing=true)
public static class ResourceServerConfig.LocalTokenValidationConfig
extends Object
| Constructor and Description |
|---|
LocalTokenValidationConfig() |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.security.oauth2.provider.token.ResourceServerTokenServices |
resourceServerTokenServices(org.springframework.security.oauth2.provider.token.TokenStore tokenStore,
OktaOAuth2Properties properties) |
@Bean
@Primary
protected org.springframework.security.oauth2.provider.token.ResourceServerTokenServices resourceServerTokenServices(org.springframework.security.oauth2.provider.token.TokenStore tokenStore,
OktaOAuth2Properties properties)
Copyright © 2017–2018 Okta. All rights reserved.