Package org.alfresco.rest.sdk.feign
Interface DelegatedAuthenticationProvider
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Interface to be implemented to allow a delegated authentication in the SDK feign clients.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetAuthentication(feign.RequestTemplate template) Set the authentication details in the request template.
-
Method Details
-
setAuthentication
void setAuthentication(feign.RequestTemplate template) Set the authentication details in the request template.- Parameters:
template-RequestTemplateto set the authentication details
-