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

com.quali.cloudshell.service.SandboxAPIAuthProvider Maven / Gradle / Ivy

The newest version!
package com.quali.cloudshell.service;

import com.quali.cloudshell.api.User;
import com.quali.cloudshell.qsExceptions.SandboxApiException;

import java.io.IOException;

interface SandboxAPIAuthProvider {
    String getAuthToken();
    void loginAndSetAuthToken() throws IOException, SandboxApiException;
    void setAuthToken(String token);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy