Class AuthenticationRequest
java.lang.Object
com.cloudera.cdp.environments.model.AuthenticationRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-01-23T07:12:40.736-08:00")
public class AuthenticationRequest
extends Object
Additional SSH key authentication configuration for accessing cluster node.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for publicKey.Getter for publicKeyId.int
hashCode()
void
setPublicKey
(String publicKey) Setter for publicKey.void
setPublicKeyId
(String publicKeyId) Setter for publicKeyId.toString()
-
Constructor Details
-
AuthenticationRequest
public AuthenticationRequest()
-
-
Method Details
-
getPublicKey
Getter for publicKey. Public SSH key string. Mutually exclusive with publicKeyId. -
setPublicKey
Setter for publicKey. Public SSH key string. Mutually exclusive with publicKeyId. -
getPublicKeyId
Getter for publicKeyId. Public SSH key ID already registered in the cloud provider. Mutually exclusive with publicKey. -
setPublicKeyId
Setter for publicKeyId. Public SSH key ID already registered in the cloud provider. Mutually exclusive with publicKey. -
equals
-
hashCode
public int hashCode() -
toString
-