Interface RestAuthenticator

All Known Implementing Classes:
RestClientCredentialsAuthenticator, RestPasswordAuthenticator

public interface RestAuthenticator
Provides authentication for RestDataStore.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.http.client.ClientHttpRequestInterceptor
    Creates authentication interceptor to be used by RestInvoker.
    void
    Sets data store name of this authenticator.
  • Method Details

    • setDataStoreName

      void setDataStoreName(String name)
      Sets data store name of this authenticator.
    • getAuthenticationInterceptor

      org.springframework.http.client.ClientHttpRequestInterceptor getAuthenticationInterceptor()
      Creates authentication interceptor to be used by RestInvoker.