Package com.cloudera.cdp.dw.model
Class ServiceConfigResp
java.lang.Object
com.cloudera.cdp.dw.model.ServiceConfigResp
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:25.071-07:00")
public class ServiceConfigResp
extends Object
Configurations for a service (DBC or VW)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for applicationConfigs.Getter for commonConfigs.Getter for enableSSO.Getter for ldapGroups.int
hashCode()
void
setApplicationConfigs
(Map<String, ApplicationConfigResp> applicationConfigs) Setter for applicationConfigs.void
setCommonConfigs
(ApplicationConfigResp commonConfigs) Setter for commonConfigs.void
setEnableSSO
(Boolean enableSSO) Setter for enableSSO.void
setLdapGroups
(List<String> ldapGroups) Setter for ldapGroups.toString()
-
Constructor Details
-
ServiceConfigResp
public ServiceConfigResp()
-
-
Method Details
-
getCommonConfigs
Getter for commonConfigs. Configurations that are applied to every application in the service. -
setCommonConfigs
Setter for commonConfigs. Configurations that are applied to every application in the service. -
getApplicationConfigs
Getter for applicationConfigs. Application specific configurations. -
setApplicationConfigs
Setter for applicationConfigs. Application specific configurations. -
getLdapGroups
Getter for ldapGroups. List of LDAP Groupnames to be enabled for auth. -
setLdapGroups
Setter for ldapGroups. List of LDAP Groupnames to be enabled for auth. -
getEnableSSO
Getter for enableSSO. Should SSO be enabled for this VW. This cannot be changed later. -
setEnableSSO
Setter for enableSSO. Should SSO be enabled for this VW. This cannot be changed later. -
equals
-
hashCode
public int hashCode() -
toString
-