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

      public Boolean getLdap()
      Getter for ldap. Indicates if username/password access to this Virtual Warehouse is supported.
    • setLdap

      public void setLdap(Boolean ldap)
      Setter for ldap. Indicates if username/password access to this Virtual Warehouse is supported.
    • getJwt

      public Boolean getJwt()
      Getter for jwt. Indicates if JWT auth is supported on this Virtual Warehouse.
    • setJwt

      public void setJwt(Boolean jwt)
      Setter for jwt. Indicates if JWT auth is supported on this Virtual Warehouse.
    • getSso

      public Boolean getSso()
      Getter for sso. Indicates if SSO auth is supported on this Virtual Warehouse.
    • setSso

      public void setSso(Boolean sso)
      Setter for sso. Indicates if SSO auth is supported on this Virtual Warehouse.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object