Class CustomWrapperInputParameterMutualAuthentication
java.lang.Object
com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterMutualAuthentication
Defines the actual value of the Mutual TLS authentication returned by a
CustomWrapperInputParameter
of HTTP
route type.-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
Gets the certificate base64 representation.com.denodo.parser.connection.http.oauth.MutualSSLCredential
Gets the Mutual TLS credentialGets the certificate password.
-
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
Gets the certificate password.- Returns:
- the certificate password.
-