Package io.jmix.restds.impl
Interface RestAuthenticator
- All Known Implementing Classes:
RestClientCredentialsAuthenticator
,RestPasswordAuthenticator
public interface RestAuthenticator
Provides authentication for
RestDataStore
.-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.client.ClientHttpRequestInterceptor
Creates authentication interceptor to be used byRestInvoker
.void
setDataStoreName
(String name) Sets data store name of this authenticator.
-
Method Details
-
setDataStoreName
Sets data store name of this authenticator. -
getAuthenticationInterceptor
org.springframework.http.client.ClientHttpRequestInterceptor getAuthenticationInterceptor()Creates authentication interceptor to be used byRestInvoker
.
-