studio.core.IAuthenticationMechanism Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kdbStudio Show documentation
Show all versions of kdbStudio Show documentation
Studio for kdb+ is a rapid development environment for the ultra-fast database kdb+ from Kx Systems: http://www.kx.com.
package studio.core;
import java.util.Properties;
public interface IAuthenticationMechanism {
public String getMechanismName();
public String[] getMechanismPropertyNames();
public void setProperties(Properties props);
public Credentials getCredentials();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy