Modifier and Type | Class and Description |
---|---|
class |
DefaultOAuth2ClientContext
The OAuth 2 security context (for a specific user or client or combination thereof).
|
Modifier and Type | Method and Description |
---|---|
OAuth2ClientContext |
OAuth2RestTemplate.getOAuth2ClientContext() |
OAuth2ClientContext |
OAuth2RestOperations.getOAuth2ClientContext() |
Modifier and Type | Method and Description |
---|---|
protected OAuth2AccessToken |
OAuth2RestTemplate.acquireAccessToken(OAuth2ClientContext oauth2Context) |
void |
DefaultOAuth2RequestAuthenticator.authenticate(OAuth2ProtectedResourceDetails resource,
OAuth2ClientContext clientContext,
org.springframework.http.client.ClientHttpRequest request) |
void |
OAuth2RequestAuthenticator.authenticate(OAuth2ProtectedResourceDetails resource,
OAuth2ClientContext clientContext,
org.springframework.http.client.ClientHttpRequest request) |
Constructor and Description |
---|
OAuth2RestTemplate(OAuth2ProtectedResourceDetails resource,
OAuth2ClientContext context) |
Modifier and Type | Method and Description |
---|---|
OAuth2ClientContext |
OAuth2ContextSetup.getOAuth2ClientContext() |
Modifier and Type | Method and Description |
---|---|
OAuth2ClientContext |
OAuth2ClientConfiguration.OAuth2ClientContextConfiguration.oauth2ClientContext() |
Modifier and Type | Method and Description |
---|---|
OAuth2ClientContext |
OAuth2ClientContextFactoryBean.getObject() |
Modifier and Type | Method and Description |
---|---|
void |
OAuth2ClientContextFactoryBean.setBareContext(OAuth2ClientContext bareContext) |
void |
OAuth2ClientContextFactoryBean.setScopedContext(OAuth2ClientContext scopedContext) |
Copyright © 2019. All rights reserved.