Uses of Class
com.sun.identity.sm.ServiceConfig
Package
Description
Provides classes for accessing the Service Management Service (SMS).
-
Uses of ServiceConfig in com.sun.identity.sm
Modifier and TypeMethodDescriptionOrganizationConfigManager.addServiceConfig
(String serviceName, org.forgerock.openam.sm.ConfigurationAttributes attributes) Adds a service configuration object for the given service name for this organization.ServiceConfigManager.createGlobalConfig
(Map<String, Set<String>> attrs) Creates global configuration for the default instance of the service given the configuration attributes.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.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.ServiceConfigManager.getGlobalConfig
(String instanceName) Returns the global configuration for the given service instance.ServiceConfigManager.getGlobalConfig
(String instanceName, org.forgerock.openam.services.datastore.DataStoreId dataStoreId) Returns the global configuration for the given service instance.ServiceConfigManager.getOrganizationConfig
(String orgName, String instanceName) Returns the organization configuration for the given organization and instance name.ServiceConfigManager.getOrganizationConfig
(String orgName, String instanceName, org.forgerock.openam.services.datastore.DataStoreId dataStoreId) Returns the organization configuration for the given organization and instance name.OrganizationConfigManager.getServiceConfig
(String serviceName) Returns the service configuration object for the given service name.ServiceConfig.getSubConfig
(String subConfigName) Returns the service's sub-configuration given the service's sub-configuration name.