public interface  org.finos.legend.engine.postgres.auth.AuthenticationProvider extends java.lang.Object
{
public abstract org.finos.legend.engine.postgres.auth.AuthenticationMethod resolveAuthenticationType(java.lang.String, org.finos.legend.engine.postgres.ConnectionProperties);
}