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

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

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

@FunctionalInterface
public interface CredProviderFactory {
    /**
     * @param named - the name of the cred provider to obtain.
     *
     * @return the named CredProvider.
     */
    public CredProvider getCredProvider(String named);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy