Skip navigation links
A B C E F G I L M N O P R S T U 

A

AccessTokenContextRelay - Class in org.springframework.cloud.security.oauth2.client
Deprecated.
AccessTokenContextRelay(OAuth2ClientContext) - Constructor for class org.springframework.cloud.security.oauth2.client.AccessTokenContextRelay
Deprecated.
 
accessTokenContextRelay(OAuth2ClientContext) - Method in class org.springframework.cloud.security.oauth2.client.ResourceServerTokenRelayAutoConfiguration
Deprecated.
 
acquireAccessToken() - Method in class org.springframework.cloud.security.oauth2.client.feign.OAuth2FeignRequestInterceptor
Deprecated.
Try to acquire the token using a access token provider.
addInterceptors(InterceptorRegistry) - Method in class org.springframework.cloud.security.oauth2.client.ResourceServerTokenRelayAutoConfiguration.ResourceServerTokenRelayRegistrationAutoConfiguration
Deprecated.
 
apply(RequestTemplate) - Method in class org.springframework.cloud.security.oauth2.client.feign.OAuth2FeignRequestInterceptor
Deprecated.
Create a template with the header of provided name and extracted extract.
apply() - Method in class org.springframework.cloud.security.oauth2.gateway.TokenRelayGatewayFilterFactory
Deprecated.
 
apply(Object) - Method in class org.springframework.cloud.security.oauth2.gateway.TokenRelayGatewayFilterFactory
Deprecated.
 
AuthenticationHeaderFilter - Class in org.springframework.cloud.security.oauth2.proxy
Deprecated.
AuthenticationHeaderFilter(ProxyRequestHelper, ProxyAuthenticationProperties) - Constructor for class org.springframework.cloud.security.oauth2.proxy.AuthenticationHeaderFilter
Deprecated.
 
authenticationHeaderFilter(ProxyAuthenticationProperties) - Method in class org.springframework.cloud.security.oauth2.proxy.OAuth2ProxyAutoConfiguration.AuthenticationHeaderFilterConfiguration
Deprecated.
 
AuthenticationHeaderFilterConfiguration() - Constructor for class org.springframework.cloud.security.oauth2.proxy.OAuth2ProxyAutoConfiguration.AuthenticationHeaderFilterConfiguration
Deprecated.
 
AUTHORIZATION - Static variable in class org.springframework.cloud.security.oauth2.client.feign.OAuth2FeignRequestInterceptor
Deprecated.
The name of the header.

B

BEARER - Static variable in class org.springframework.cloud.security.oauth2.client.feign.OAuth2FeignRequestInterceptor
Deprecated.
The name of the token.

C

copyToken() - Method in class org.springframework.cloud.security.oauth2.client.AccessTokenContextRelay
Deprecated.
Attempt to copy an access token from the security context into the oauth2 context.

E

extract(String) - Method in class org.springframework.cloud.security.oauth2.client.feign.OAuth2FeignRequestInterceptor
Deprecated.
Extracts the token extract id the access token exists or returning an empty extract if there is no one on the context it may occasionally causes Unauthorized response since the token extract is empty.

F

filterOrder() - Method in class org.springframework.cloud.security.oauth2.proxy.AuthenticationHeaderFilter
Deprecated.
 
filterOrder() - Method in class org.springframework.cloud.security.oauth2.proxy.OAuth2TokenRelayFilter
Deprecated.
 
filterType() - Method in class org.springframework.cloud.security.oauth2.proxy.AuthenticationHeaderFilter
Deprecated.
 
filterType() - Method in class org.springframework.cloud.security.oauth2.proxy.OAuth2TokenRelayFilter
Deprecated.
 

G

getId() - Method in class org.springframework.cloud.security.oauth2.proxy.ProxyAuthenticationProperties.Route
Deprecated.
 
getRoutes() - Method in class org.springframework.cloud.security.oauth2.proxy.ProxyAuthenticationProperties
Deprecated.
 
getScheme() - Method in class org.springframework.cloud.security.oauth2.proxy.ProxyAuthenticationProperties.Route
Deprecated.
 
getToken() - Method in class org.springframework.cloud.security.oauth2.client.feign.OAuth2FeignRequestInterceptor
Deprecated.
Extract the access token within the request or try to acquire a new one by delegating it to OAuth2FeignRequestInterceptor.acquireAccessToken().

I

init() - Method in class org.springframework.cloud.security.oauth2.proxy.ProxyAuthenticationProperties
Deprecated.
 
isLoadBalanced() - Method in class org.springframework.cloud.security.oauth2.proxy.ProxyAuthenticationProperties
Deprecated.
 

L

loadBalancedUserInfoRestTemplateCustomizer(LoadBalancerInterceptor) - Method in class org.springframework.cloud.security.oauth2.client.OAuth2LoadBalancerClientAutoConfiguration.UserInfoLoadBalancerConfig
Deprecated.
 

M

matches(String) - Method in class org.springframework.cloud.security.oauth2.proxy.ProxyAuthenticationProperties.Route.Scheme
Deprecated.
 

N

NONE - Static variable in class org.springframework.cloud.security.oauth2.proxy.ProxyAuthenticationProperties.Route.Scheme
Deprecated.
Fixed scheme of "none".

O

OAUTH2 - Static variable in class org.springframework.cloud.security.oauth2.proxy.ProxyAuthenticationProperties.Route.Scheme
Deprecated.
Fixed scheme of "oauth2".
OAuth2FeignRequestInterceptor - Class in org.springframework.cloud.security.oauth2.client.feign
Deprecated.
will move to Spring Cloud Openfeign in next major release.
OAuth2FeignRequestInterceptor(OAuth2ClientContext, OAuth2ProtectedResourceDetails) - Constructor for class org.springframework.cloud.security.oauth2.client.feign.OAuth2FeignRequestInterceptor
Deprecated.
Default constructor which uses the provided OAuth2ClientContext and Bearer tokens within Authorization header.
OAuth2FeignRequestInterceptor(OAuth2ClientContext, OAuth2ProtectedResourceDetails, String, String) - Constructor for class org.springframework.cloud.security.oauth2.client.feign.OAuth2FeignRequestInterceptor
Deprecated.
Fully customizable constructor for changing token type and header name, in cases of Bearer and Authorization is not the default such as "bearer", "authorization".
OAuth2LoadBalancerClientAutoConfiguration - Class in org.springframework.cloud.security.oauth2.client
Deprecated.
OAuth2LoadBalancerClientAutoConfiguration() - Constructor for class org.springframework.cloud.security.oauth2.client.OAuth2LoadBalancerClientAutoConfiguration
Deprecated.
 
OAuth2LoadBalancerClientAutoConfiguration.UserInfoLoadBalancerConfig - Class in org.springframework.cloud.security.oauth2.client
Deprecated.
 
OAuth2LoadBalancerClientAutoConfiguration.UserInfoRetryLoadBalancerConfig - Class in org.springframework.cloud.security.oauth2.client
Deprecated.
 
OAuth2ProxyAutoConfiguration - Class in org.springframework.cloud.security.oauth2.proxy
Deprecated.
OAuth2ProxyAutoConfiguration() - Constructor for class org.springframework.cloud.security.oauth2.proxy.OAuth2ProxyAutoConfiguration
Deprecated.
 
OAuth2ProxyAutoConfiguration.AuthenticationHeaderFilterConfiguration - Class in org.springframework.cloud.security.oauth2.proxy
Deprecated.
 
oauth2TokenRelayFilter() - Method in class org.springframework.cloud.security.oauth2.proxy.OAuth2ProxyAutoConfiguration
Deprecated.
 
OAuth2TokenRelayFilter - Class in org.springframework.cloud.security.oauth2.proxy
Deprecated.
OAuth2TokenRelayFilter(ProxyAuthenticationProperties) - Constructor for class org.springframework.cloud.security.oauth2.proxy.OAuth2TokenRelayFilter
Deprecated.
 
org.springframework.cloud.security.oauth2 - package org.springframework.cloud.security.oauth2
 
org.springframework.cloud.security.oauth2.client - package org.springframework.cloud.security.oauth2.client
 
org.springframework.cloud.security.oauth2.client.feign - package org.springframework.cloud.security.oauth2.client.feign
 
org.springframework.cloud.security.oauth2.gateway - package org.springframework.cloud.security.oauth2.gateway
 
org.springframework.cloud.security.oauth2.proxy - package org.springframework.cloud.security.oauth2.proxy
 

P

PASSTHRU - Static variable in class org.springframework.cloud.security.oauth2.proxy.ProxyAuthenticationProperties.Route.Scheme
Deprecated.
Fixed scheme of "passthru".
ProxyAuthenticationProperties - Class in org.springframework.cloud.security.oauth2.proxy
Deprecated.
ProxyAuthenticationProperties() - Constructor for class org.springframework.cloud.security.oauth2.proxy.ProxyAuthenticationProperties
Deprecated.
 
ProxyAuthenticationProperties.Route - Class in org.springframework.cloud.security.oauth2.proxy
Deprecated.
The route to the endpoint.
ProxyAuthenticationProperties.Route.Scheme - Class in org.springframework.cloud.security.oauth2.proxy
Deprecated.
The scheme for the pseudo-URL in the endpoint.

R

ResourceServerTokenRelayAutoConfiguration - Class in org.springframework.cloud.security.oauth2.client
Deprecated.
ResourceServerTokenRelayAutoConfiguration() - Constructor for class org.springframework.cloud.security.oauth2.client.ResourceServerTokenRelayAutoConfiguration
Deprecated.
 
ResourceServerTokenRelayAutoConfiguration.ResourceServerTokenRelayRegistrationAutoConfiguration - Class in org.springframework.cloud.security.oauth2.client
Deprecated.
A WebMvcConfigurer for the access token interceptor.
ResourceServerTokenRelayRegistrationAutoConfiguration() - Constructor for class org.springframework.cloud.security.oauth2.client.ResourceServerTokenRelayAutoConfiguration.ResourceServerTokenRelayRegistrationAutoConfiguration
Deprecated.
 
retryLoadBalancedUserInfoRestTemplateCustomizer(RetryLoadBalancerInterceptor) - Method in class org.springframework.cloud.security.oauth2.client.OAuth2LoadBalancerClientAutoConfiguration.UserInfoRetryLoadBalancerConfig
Deprecated.
 
Route(String) - Constructor for class org.springframework.cloud.security.oauth2.proxy.ProxyAuthenticationProperties.Route
Deprecated.
 
run() - Method in class org.springframework.cloud.security.oauth2.proxy.AuthenticationHeaderFilter
Deprecated.
 
run() - Method in class org.springframework.cloud.security.oauth2.proxy.OAuth2TokenRelayFilter
Deprecated.
 

S

setAccessTokenProvider(AccessTokenProvider) - Method in class org.springframework.cloud.security.oauth2.client.feign.OAuth2FeignRequestInterceptor
Deprecated.
 
setId(String) - Method in class org.springframework.cloud.security.oauth2.proxy.ProxyAuthenticationProperties.Route
Deprecated.
 
setLoadBalanced(boolean) - Method in class org.springframework.cloud.security.oauth2.proxy.ProxyAuthenticationProperties
Deprecated.
 
setRestTemplate(OAuth2RestOperations) - Method in class org.springframework.cloud.security.oauth2.proxy.OAuth2TokenRelayFilter
Deprecated.
 
setScheme(String) - Method in class org.springframework.cloud.security.oauth2.proxy.ProxyAuthenticationProperties.Route
Deprecated.
 
shouldFilter() - Method in class org.springframework.cloud.security.oauth2.proxy.AuthenticationHeaderFilter
Deprecated.
 
shouldFilter() - Method in class org.springframework.cloud.security.oauth2.proxy.OAuth2TokenRelayFilter
Deprecated.
 
SpringCloudSecurityAutoConfiguration - Class in org.springframework.cloud.security.oauth2
Deprecated.
All modules and starters are deprecated as of 2.2.2, in the next major release, functionality will moved to specific projects (feign or gateway).
SpringCloudSecurityAutoConfiguration() - Constructor for class org.springframework.cloud.security.oauth2.SpringCloudSecurityAutoConfiguration
Deprecated.
 

T

TokenRelayAutoConfiguration - Class in org.springframework.cloud.security.oauth2.gateway
Deprecated.
TokenRelayAutoConfiguration() - Constructor for class org.springframework.cloud.security.oauth2.gateway.TokenRelayAutoConfiguration
Deprecated.
 
tokenRelayGatewayFilterFactory(ServerOAuth2AuthorizedClientRepository) - Method in class org.springframework.cloud.security.oauth2.gateway.TokenRelayAutoConfiguration
Deprecated.
 
TokenRelayGatewayFilterFactory - Class in org.springframework.cloud.security.oauth2.gateway
Deprecated.
will move to Spring Cloud Gateway in next major release.
TokenRelayGatewayFilterFactory(ServerOAuth2AuthorizedClientRepository) - Constructor for class org.springframework.cloud.security.oauth2.gateway.TokenRelayGatewayFilterFactory
Deprecated.
 

U

UserInfoLoadBalancerConfig() - Constructor for class org.springframework.cloud.security.oauth2.client.OAuth2LoadBalancerClientAutoConfiguration.UserInfoLoadBalancerConfig
Deprecated.
 
UserInfoRetryLoadBalancerConfig() - Constructor for class org.springframework.cloud.security.oauth2.client.OAuth2LoadBalancerClientAutoConfiguration.UserInfoRetryLoadBalancerConfig
Deprecated.
 
A B C E F G I L M N O P R S T U 
Skip navigation links

Copyright © 2020 Pivotal Software, Inc.. All rights reserved.