@Configuration(proxyBeanMethods=false)
@ConditionalOnProperty(prefix="spring.security.oauth2.resourceserver.opaquetoken",
value="introspection-uri")
protected static class OAuthSecurityConfiguration.OpaqueTokenIntrospectorConfig
extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
OpaqueTokenIntrospectorConfig() |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.security.oauth2.server.resource.introspection.OpaqueTokenIntrospector |
opaqueTokenIntrospector(org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties oAuth2ResourceServerProperties,
AuthoritiesMapper authoritiesMapper) |
@Bean
protected org.springframework.security.oauth2.server.resource.introspection.OpaqueTokenIntrospector opaqueTokenIntrospector(org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties oAuth2ResourceServerProperties,
AuthoritiesMapper authoritiesMapper)
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.