Package | Description |
---|---|
com.iplanet.am.sdk |
This package contains interfaces and implementation for User/Identity
Management.
|
com.sun.identity.sm |
Provides classes for accessing the Service Management Service (SMS).
|
Modifier and Type | Method and Description |
---|---|
protected String |
AMStoreConnection.getBaseDN(ServiceConfig sc)
Deprecated.
|
protected boolean |
AMStoreConnection.isRFC2247(ServiceConfig sc)
Deprecated.
|
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)
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.getOrganizationConfig(String orgName,
String instanceName)
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-2014, ForgeRock All Rights Reserved.