ServiceConfig | 
OrganizationConfigManager.addServiceConfig(String serviceName,
                org.forgerock.openam.sm.ConfigurationAttributes attributes) | 
 Adds a service configuration object for the given
 service name for this organization. 
 | 
ServiceConfig | 
ServiceConfigManager.createGlobalConfig(Map<String,Set<String>> attrs) | 
 Creates global configuration for the default instance of the service given the configuration attributes. 
 | 
ServiceConfig | 
ServiceConfigManager.createGlobalConfig(Map<String,Set<String>> attrs,
                  org.forgerock.openam.services.datastore.DataStoreId dataStoreId) | 
 Creates global configuration for the default instance of the service given the configuration attributes. 
 | 
ServiceConfig | 
ServiceConfigManager.createOrganizationConfig(String orgName,
                        org.forgerock.openam.sm.ConfigurationAttributes attrs,
                        org.forgerock.openam.services.datastore.DataStoreId dataStoreId) | 
 Creates organization configuration for the default instance of the service given configuration attributes. 
 | 
ServiceConfig | 
ServiceConfigManager.getGlobalConfig(String instanceName) | 
 Returns the global configuration for the given service instance. 
 | 
ServiceConfig | 
ServiceConfigManager.getGlobalConfig(String instanceName,
               org.forgerock.openam.services.datastore.DataStoreId dataStoreId) | 
 Returns the global configuration for the given service instance. 
 | 
ServiceConfig | 
ServiceConfigManager.getOrganizationConfig(String orgName,
                     String instanceName) | 
 Returns the organization configuration for the given organization and instance name. 
 | 
ServiceConfig | 
ServiceConfigManager.getOrganizationConfig(String orgName,
                     String instanceName,
                     org.forgerock.openam.services.datastore.DataStoreId dataStoreId) | 
 Returns the organization configuration for the given organization and instance name. 
 | 
ServiceConfig | 
OrganizationConfigManager.getServiceConfig(String serviceName) | 
 Returns the service configuration object for the
 given service name. 
 | 
ServiceConfig | 
ServiceConfig.getSubConfig(String subConfigName) | 
 Returns the service's sub-configuration given the service's sub-configuration name. 
 |