Package | Description |
---|---|
com.sun.identity.sm |
Provides classes for accessing the Service Management Service (SMS).
|
Modifier and Type | Method and Description |
---|---|
ServiceConfig |
OrganizationConfigManager.addServiceConfig(String serviceName,
Map attributes)
Adds a service configuration object for the given
service name for this organization.
|
ServiceConfig |
ServiceConfigManager.createGlobalConfig(Map attrs)
Creates global configuration for the default instance of the service given the configuration attributes.
|
ServiceConfig |
ServiceConfigManager.createOrganizationConfig(String orgName,
Map attrs,
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,
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,
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.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.