public interface  org.finos.legend.engine.postgres.auth.AuthenticationMethod extends java.lang.Object
{
public abstract org.finos.legend.engine.shared.core.identity.Identity authenticate(java.lang.String, org.finos.legend.engine.postgres.auth.SecureString, org.finos.legend.engine.postgres.ConnectionProperties);
public abstract org.finos.legend.engine.postgres.auth.AuthenticationMethodType name();
}