public class org.finos.legend.engine.protocol.pure.v.model.packageableElement.authentication.specification.UserPasswordAuthenticationSpecification extends org.finos.legend.engine.protocol.pure.v.model.packageableElement.authentication.specification.AuthenticationSpecification
{
public java.lang.String username;
public org.finos.legend.engine.protocol.pure.v.model.packageableElement.authentication.vault.CredentialVaultSecret password;
public void <init>()
{
org.finos.legend.engine.protocol.pure.v.model.packageableElement.authentication.specification.UserPasswordAuthenticationSpecification v;
v := @this: org.finos.legend.engine.protocol.pure.v.model.packageableElement.authentication.specification.UserPasswordAuthenticationSpecification;
specialinvoke v.<org.finos.legend.engine.protocol.pure.v.model.packageableElement.authentication.specification.AuthenticationSpecification: void <init>()>();
return;
}
public void <init>(java.lang.String, org.finos.legend.engine.protocol.pure.v.model.packageableElement.authentication.vault.CredentialVaultSecret)
{
org.finos.legend.engine.protocol.pure.v.model.packageableElement.authentication.vault.CredentialVaultSecret v;
org.finos.legend.engine.protocol.pure.v.model.packageableElement.authentication.specification.UserPasswordAuthenticationSpecification v;
java.lang.String v;
v := @this: org.finos.legend.engine.protocol.pure.v.model.packageableElement.authentication.specification.UserPasswordAuthenticationSpecification;
v := @parameter: java.lang.String;
v := @parameter: org.finos.legend.engine.protocol.pure.v.model.packageableElement.authentication.vault.CredentialVaultSecret;
specialinvoke v.<org.finos.legend.engine.protocol.pure.v.model.packageableElement.authentication.specification.AuthenticationSpecification: void <init>()>();
v.<org.finos.legend.engine.protocol.pure.v.model.packageableElement.authentication.specification.UserPasswordAuthenticationSpecification: java.lang.String username> = v;
v.<org.finos.legend.engine.protocol.pure.v.model.packageableElement.authentication.specification.UserPasswordAuthenticationSpecification: org.finos.legend.engine.protocol.pure.v.model.packageableElement.authentication.vault.CredentialVaultSecret password> = v;
return;
}
public java.lang.Object accept(org.finos.legend.engine.protocol.pure.v.model.packageableElement.authentication.specification.AuthenticationSpecificationVisitor)
{
java.lang.Object v;
org.finos.legend.engine.protocol.pure.v.model.packageableElement.authentication.specification.AuthenticationSpecificationVisitor v;
org.finos.legend.engine.protocol.pure.v.model.packageableElement.authentication.specification.UserPasswordAuthenticationSpecification v;
v := @this: org.finos.legend.engine.protocol.pure.v.model.packageableElement.authentication.specification.UserPasswordAuthenticationSpecification;
v := @parameter: org.finos.legend.engine.protocol.pure.v.model.packageableElement.authentication.specification.AuthenticationSpecificationVisitor;
v = interfaceinvoke v.<org.finos.legend.engine.protocol.pure.v.model.packageableElement.authentication.specification.AuthenticationSpecificationVisitor: java.lang.Object visit(org.finos.legend.engine.protocol.pure.v.model.packageableElement.authentication.specification.UserPasswordAuthenticationSpecification)>(v);
return v;
}
}