Package com.cloudera.cdp.dw.model
Class VwSummarySupportedAuthMethods
java.lang.Object
com.cloudera.cdp.dw.model.VwSummarySupportedAuthMethods
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:25.071-07:00")
public class VwSummarySupportedAuthMethods
extends Object
Describes which authentication methods are supported on this Virtual Warehouse.
-
Constructor Details
-
VwSummarySupportedAuthMethods
public VwSummarySupportedAuthMethods()
-
-
Method Details
-
getLdap
Getter for ldap. Indicates if username/password access to this Virtual Warehouse is supported. -
setLdap
Setter for ldap. Indicates if username/password access to this Virtual Warehouse is supported. -
getJwt
Getter for jwt. Indicates if JWT auth is supported on this Virtual Warehouse. -
setJwt
Setter for jwt. Indicates if JWT auth is supported on this Virtual Warehouse. -
getSso
Getter for sso. Indicates if SSO auth is supported on this Virtual Warehouse. -
setSso
Setter for sso. Indicates if SSO auth is supported on this Virtual Warehouse. -
equals
-
hashCode
public int hashCode() -
toString
-