Interface CredentialsProvider

All Known Subinterfaces:
AnypointBearerTokenCredentialsProvider
All Known Implementing Classes:
CredentialsProviderAnypointBearerToken, CredentialsProviderAnypointUsernamePasswordImpl, CredentialsProviderClientCredentialsImpl, CredentialsProviderEmptyImpl

public interface CredentialsProvider
  • Method Summary

    Modifier and Type
    Method
    Description
     
    com.aeontronix.restclient.auth.AuthenticationHandler
    toAuthenticationHandler(com.aeontronix.restclient.RESTClient restClient, String anypointPlatformUrl)
     
  • Method Details

    • getCredentials

      Credentials getCredentials() throws IOException
      Throws:
      IOException
    • toAuthenticationHandler

      com.aeontronix.restclient.auth.AuthenticationHandler toAuthenticationHandler(com.aeontronix.restclient.RESTClient restClient, String anypointPlatformUrl)