Package | Description |
---|---|
com.sun.identity.sm |
Provides classes for accessing the Service Management Service (SMS).
|
org.forgerock.openam.upgrade |
Defines interfaces and classes to perform OpenAM system upgrade.
|
Modifier and Type | Method and Description |
---|---|
ServiceSchema |
ServiceSchemaManager.getDynamicSchema()
Returns the dynamic service configuration schema.
|
ServiceSchema |
ServiceSchemaManager.getGlobalSchema()
Returns the global service configuration schema.
|
ServiceSchema |
ServiceSchemaManager.getOrganizationSchema()
Returns the organization service configuration schema.
|
ServiceSchema |
ServiceSchemaManager.getPolicySchema()
Returns the policy service configuration schema.
|
ServiceSchema |
ServiceSchemaManager.getSchema(SchemaType type)
Returns the configuration schema for the given schema type
|
ServiceSchema |
ServiceSchemaManager.getSchema(String type)
Returns the configuration schema for the given schema type
|
ServiceSchema |
AttributeSchema.getServiceSchema()
Returns Service Schema.
|
ServiceSchema |
ServiceSchema.getSubSchema(String subSchemaName)
Returns
ServiceSchema object given the name of the
service's sub-schema. |
ServiceSchema |
ServiceSchemaManager.getUserSchema()
Returns the user service configuration schema.
|
Constructor and Description |
---|
AttributeSchema(AttributeSchemaImpl as,
ServiceSchemaManager ssm,
ServiceSchema ss)
Constructor used by ServiceSchema to instantiate
AttributeSchema objects. |
Modifier and Type | Method and Description |
---|---|
static void |
UpgradeUtils.addAttributeToSchema(ServiceSchema serviceSchema,
Node attributeSchemaNode)
Adds new attribute schema to an existing service.
|
static void |
UpgradeUtils.removeAttributeSchema(ServiceSchema serviceSchema,
String attributeName)
Removes attribute schema from an existing service.
|
static void |
UpgradeUtils.replaceAttributeSchema(ServiceSchema serviceSchema,
String attributeName,
Node attributeSchemaNode)
Replace an attribute schema from an existing service with the new one
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.