@Configuration(proxyBeanMethods=false)
@ConditionalOnProperty(prefix="spring.security.oauth2.resourceserver.opaquetoken",
value="introspection-uri")
protected static class OAuthSecurityConfiguration.ProviderManagerConfig
extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
ProviderManagerConfig() |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.security.authentication.AuthenticationProvider |
getAuthenticationProvider() |
protected org.springframework.security.authentication.ProviderManager |
providerManager() |
protected void |
setAuthenticationProvider(org.springframework.security.authentication.AuthenticationProvider authenticationProvider) |
protected org.springframework.security.authentication.AuthenticationProvider getAuthenticationProvider()
@Autowired(required=false) protected void setAuthenticationProvider(org.springframework.security.authentication.AuthenticationProvider authenticationProvider)
@Bean protected org.springframework.security.authentication.ProviderManager providerManager()
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.