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

com.amazon.redshift.INativePlugin Maven / Gradle / Ivy

There is a newer version: 2.1.0.30
Show newest version
package com.amazon.redshift;

import com.amazon.redshift.logger.RedshiftLogger;
import com.amazon.redshift.util.RedshiftException;

public interface INativePlugin 
{
    void addParameter(String key, String value);
    void setLogger(RedshiftLogger log);
    String getPluginSpecificCacheKey();
    String getIdpToken() throws RedshiftException;
    String getCacheKey();
    
    NativeTokenHolder getCredentials() throws RedshiftException;  
    void refresh() throws RedshiftException;
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy