Class Authentication


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:47.341-07:00")
    public class Authentication
    extends Object
    Additional SSH key authentication configuration for accessing cluster node instances.
    • Constructor Detail

      • Authentication

        public Authentication()
    • Method Detail

      • getPublicKey

        public String getPublicKey()
        Getter for publicKey. SSH Public key string.
      • setPublicKey

        public void setPublicKey​(String publicKey)
        Setter for publicKey. SSH Public key string.
      • getPublicKeyId

        public String getPublicKeyId()
        Getter for publicKeyId. Public SSH key ID already registered in the cloud provider.
      • setPublicKeyId

        public void setPublicKeyId​(String publicKeyId)
        Setter for publicKeyId. Public SSH key ID already registered in the cloud provider.
      • getLoginUserName

        public String getLoginUserName()
        Getter for loginUserName. The SSH user name created on the nodes for SSH access.
      • setLoginUserName

        public void setLoginUserName​(String loginUserName)
        Setter for loginUserName. The SSH user name created on the nodes for SSH access.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object