Class CustomWrapperInputParameterMutualAuthentication

java.lang.Object
com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterMutualAuthentication

public class CustomWrapperInputParameterMutualAuthentication extends Object
Defines the actual value of the Mutual TLS authentication returned by a CustomWrapperInputParameter of HTTP route type.
  • Method Details

    • getMutualSSLCredential

      public com.denodo.parser.connection.http.oauth.MutualSSLCredential getMutualSSLCredential()
      Gets the Mutual TLS credential
      Returns:
      MutualSSLCredential with the configured mutual TLS credential
    • getCertificate

      public byte[] getCertificate()
      Gets the certificate base64 representation.
      Returns:
      the certificate base64 representation.
    • getPassword

      public String getPassword()
      Gets the certificate password.
      Returns:
      the certificate password.