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

com.distelli.cred.CredProvider Maven / Gradle / Ivy

There is a newer version: 3.8.16
Show newest version
package com.distelli.cred;

public interface CredProvider {
    /**
     * Obtain the cred pair.
     *
     * @return the latest credential pair.
     */
    public CredPair getCredPair();

    /**
     * Force a refresh of the cred pair (used if an access denied error occurs).
     */
    public default void refresh() {}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy