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

prompto.config.auth.source.IStoredAuthenticationSourceConfiguration Maven / Gradle / Ivy

There is a newer version: 0.1.57
Show newest version
package prompto.config.auth.source;

import prompto.config.IStoreConfiguration;

import com.esotericsoftware.yamlbeans.YamlException;
import com.esotericsoftware.yamlbeans.document.YamlMapping;

public interface IStoredAuthenticationSourceConfiguration extends IAuthenticationSourceConfiguration {

	IStoreConfiguration getStoreConfiguration();
	YamlMapping toYaml() throws YamlException;
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy