Class ServiceConfigReq


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:45.683-07:00")
    public class ServiceConfigReq
    extends Object
    Configurations for a service (DBC or VW)
    • Constructor Detail

      • ServiceConfigReq

        public ServiceConfigReq()
    • Method Detail

      • getCommonConfigs

        public ApplicationConfigReq getCommonConfigs()
        Getter for commonConfigs. Configurations that are applied to every application in the service.
      • setCommonConfigs

        public void setCommonConfigs​(ApplicationConfigReq commonConfigs)
        Setter for commonConfigs. Configurations that are applied to every application in the service.
      • getApplicationConfigs

        public Map<String,​ApplicationConfigReq> getApplicationConfigs()
        Getter for applicationConfigs. Application specific configurations.
      • setApplicationConfigs

        public void setApplicationConfigs​(Map<String,​ApplicationConfigReq> applicationConfigs)
        Setter for applicationConfigs. Application specific configurations.
      • getLdapGroups

        public List<String> getLdapGroups()
        Getter for ldapGroups. LDAP Groupnames to be enabled for auth.
      • setLdapGroups

        public void setLdapGroups​(List<String> ldapGroups)
        Setter for ldapGroups. LDAP Groupnames to be enabled for auth.
      • getEnableSSO

        public Boolean getEnableSSO()
        Getter for enableSSO. Should SSO be enabled for this VW.
      • setEnableSSO

        public void setEnableSSO​(Boolean enableSSO)
        Setter for enableSSO. Should SSO be enabled for this VW.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object