Class Authentication
java.lang.Object
com.cloudera.cdp.environments.model.Authentication
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:28.895-07:00")
public class Authentication
extends Object
Additional SSH key authentication configuration for accessing cluster node instances.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for loginUserName.Getter for publicKey.Getter for publicKeyId.inthashCode()voidsetLoginUserName(String loginUserName) Setter for loginUserName.voidsetPublicKey(String publicKey) Setter for publicKey.voidsetPublicKeyId(String publicKeyId) Setter for publicKeyId.toString()
-
Constructor Details
-
Authentication
public Authentication()
-
-
Method Details
-
getPublicKey
Getter for publicKey. SSH Public key string. -
setPublicKey
Setter for publicKey. SSH Public key string. -
getPublicKeyId
Getter for publicKeyId. Public SSH key ID already registered in the cloud provider. -
setPublicKeyId
Setter for publicKeyId. Public SSH key ID already registered in the cloud provider. -
getLoginUserName
Getter for loginUserName. The SSH user name created on the nodes for SSH access. -
setLoginUserName
Setter for loginUserName. The SSH user name created on the nodes for SSH access. -
equals
-
hashCode
public int hashCode() -
toString
-