public interface  org.finos.legend.engine.protocol.pure.v.model.packageableElement.authentication.specification.AuthenticationSpecificationVisitor extends java.lang.Object
{
public abstract java.lang.Object visit(org.finos.legend.engine.protocol.pure.v.model.packageableElement.authentication.specification.AuthenticationSpecification);
public abstract java.lang.Object visit(org.finos.legend.engine.protocol.pure.v.model.packageableElement.authentication.specification.ApiKeyAuthenticationSpecification);
public abstract java.lang.Object visit(org.finos.legend.engine.protocol.pure.v.model.packageableElement.authentication.specification.UserPasswordAuthenticationSpecification);
public abstract java.lang.Object visit(org.finos.legend.engine.protocol.pure.v.model.packageableElement.authentication.specification.EncryptedPrivateKeyPairAuthenticationSpecification);
public abstract java.lang.Object visit(org.finos.legend.engine.protocol.pure.v.model.packageableElement.authentication.specification.GCPWIFWithAWSIdPAuthenticationSpecification);
public abstract java.lang.Object visit(org.finos.legend.engine.protocol.pure.v.model.packageableElement.authentication.specification.KerberosAuthenticationSpecification);
}