All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aeontronix.enhancedmule.tools.emclient.authentication.CredentialsProvider Maven / Gradle / Ivy

There is a newer version: 2.0.0-alpha4
Show newest version
/*
 * Copyright (c) Aeontronix 2021
 */

package com.aeontronix.enhancedmule.tools.emclient.authentication;

import com.aeontronix.enhancedmule.tools.authentication.Credentials;
import com.aeontronix.restclient.RESTClient;
import com.aeontronix.restclient.auth.AuthenticationHandler;

import java.io.IOException;

public interface CredentialsProvider {
    Credentials getCredentials() throws IOException;

    AuthenticationHandler toAuthenticationHandler(RESTClient restClient, String anypointPlatformUrl);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy