Index
All Classes and Interfaces|All Packages
A
- apply(RequestTemplate) - Method in class org.alfresco.rest.sdk.feign.DelegatedAuthenticationRequestInterceptor
- apply(RequestTemplate) - Method in class org.alfresco.rest.sdk.feign.oauth2.OAuth2FeignRequestInterceptor
- authorizedClientManager(ClientRegistrationRepository, OAuth2AuthorizedClientService, OAuth2AuthorizedClientProvider) - Method in class org.alfresco.rest.sdk.feign.config.OAuth2Configuration
- authorizedClientService(ClientRegistrationRepository) - Method in class org.alfresco.rest.sdk.feign.config.OAuth2Configuration
B
- BasicAuthConfiguration - Class in org.alfresco.rest.sdk.feign.config
-
Configuration for basic authentication.
- BasicAuthConfiguration() - Constructor for class org.alfresco.rest.sdk.feign.config.BasicAuthConfiguration
- basicAuthRequestInterceptor() - Method in class org.alfresco.rest.sdk.feign.config.BasicAuthConfiguration
C
- clientRegistrationRepository(OAuth2ClientProperties) - Method in class org.alfresco.rest.sdk.feign.config.OAuth2Configuration
D
- DelegatedAuthenticationConfiguration - Class in org.alfresco.rest.sdk.feign.config
-
Configuration for external delegated authentication mechanism.
- DelegatedAuthenticationConfiguration() - Constructor for class org.alfresco.rest.sdk.feign.config.DelegatedAuthenticationConfiguration
- DelegatedAuthenticationProvider - Interface in org.alfresco.rest.sdk.feign
-
Interface to be implemented to allow a delegated authentication in the SDK feign clients.
- delegatedAuthenticationRequestInterceptor(DelegatedAuthenticationProvider) - Method in class org.alfresco.rest.sdk.feign.config.DelegatedAuthenticationConfiguration
- DelegatedAuthenticationRequestInterceptor - Class in org.alfresco.rest.sdk.feign
-
Feign
RequestInterceptorthat delegates the authentication in an external class implementingDelegatedAuthenticationProvider. - DelegatedAuthenticationRequestInterceptor(DelegatedAuthenticationProvider) - Constructor for class org.alfresco.rest.sdk.feign.DelegatedAuthenticationRequestInterceptor
-
Constructor.
E
- EnableAuthConfiguration - Annotation Interface in org.alfresco.rest.sdk.feign.config
O
- oAuth2AuthorizedClientProvider() - Method in class org.alfresco.rest.sdk.feign.config.OAuth2Configuration
- oAuth2AuthorizeRequest() - Method in class org.alfresco.rest.sdk.feign.config.OAuth2Configuration
- OAuth2Configuration - Class in org.alfresco.rest.sdk.feign.config
-
Configuration for OAuth2 authentication flows.
- OAuth2Configuration() - Constructor for class org.alfresco.rest.sdk.feign.config.OAuth2Configuration
- OAuth2FeignRequestInterceptor - Class in org.alfresco.rest.sdk.feign.oauth2
-
Feign
RequestInterceptorthat makes use of the OAuth2 support classes from Spring Security to obtain an access token and add the corresponding authorization header to the feign request. - OAuth2FeignRequestInterceptor(OAuth2AuthorizedClientManager, OAuth2AuthorizeRequest, OAuth2AuthorizedClientService) - Constructor for class org.alfresco.rest.sdk.feign.oauth2.OAuth2FeignRequestInterceptor
-
Constructor.
- org.alfresco.rest.sdk.feign - package org.alfresco.rest.sdk.feign
- org.alfresco.rest.sdk.feign.config - package org.alfresco.rest.sdk.feign.config
- org.alfresco.rest.sdk.feign.oauth2 - package org.alfresco.rest.sdk.feign.oauth2
R
- requestInterceptor(OAuth2AuthorizedClientManager, OAuth2AuthorizeRequest, InMemoryOAuth2AuthorizedClientService) - Method in class org.alfresco.rest.sdk.feign.config.OAuth2Configuration
S
- setAuthentication(RequestTemplate) - Method in interface org.alfresco.rest.sdk.feign.DelegatedAuthenticationProvider
-
Set the authentication details in the request template.
All Classes and Interfaces|All Packages