@Configuration(proxyBeanMethods=false)
@ConditionalOnProperty(name="spring.cloud.gateway.enabled",
matchIfMissing=true)
@ConditionalOnClass(value={org.springframework.cloud.gateway.filter.GatewayFilter.class,org.springframework.security.oauth2.client.OAuth2AuthorizedClient.class,org.springframework.security.web.server.SecurityWebFilterChain.class,org.springframework.boot.autoconfigure.security.SecurityProperties.class})
@ConditionalOnWebApplication
@EnableConfigurationProperties(value=ProxyAuthenticationProperties.class)
@Deprecated
public class TokenRelayAutoConfiguration
extends Object
| Constructor and Description |
|---|
TokenRelayAutoConfiguration()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
TokenRelayGatewayFilterFactory |
tokenRelayGatewayFilterFactory(org.springframework.security.oauth2.client.web.server.ServerOAuth2AuthorizedClientRepository repository)
Deprecated.
|
@Bean public TokenRelayGatewayFilterFactory tokenRelayGatewayFilterFactory(org.springframework.security.oauth2.client.web.server.ServerOAuth2AuthorizedClientRepository repository)
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.