Package | Description |
---|---|
com.sun.identity.sm |
Provides classes for accessing the Service Management Service (SMS).
|
Modifier and Type | Method and Description |
---|---|
OrganizationConfigManager |
OrganizationConfigManager.createSubOrganization(String subOrgName,
DataStoreId dataStoreId)
Creates a sub-organization under the current organization, without any child entries.
|
OrganizationConfigManager |
OrganizationConfigManager.createSubOrganization(String subOrgName,
Map attributes)
Creates a sub-organization under the current
organization and sets the specified attributes.
|
OrganizationConfigManager |
OrganizationConfigManager.getParentOrgConfigManager()
Returns the
OrganizationConfigManager
of the parent for the given organization name. |
OrganizationConfigManager |
OrganizationConfigManager.getSubOrgConfigManager(String subOrgName)
Returns the
OrganizationConfigManager
for the given organization name. |
Modifier and Type | Method and Description |
---|---|
static void |
OrganizationConfigManager.loadDefaultServices(OrganizationConfigManager ocm)
Loads default services to a newly created realm
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.