Class VwSummarySupportedAuthMethods


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:45.683-07:00")
    public class VwSummarySupportedAuthMethods
    extends Object
    Describes which authentication methods are supported on this Virtual Warehouse.
    • Constructor Detail

      • VwSummarySupportedAuthMethods

        public VwSummarySupportedAuthMethods()
    • Method Detail

      • 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.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object