Uses of Class
com.sun.identity.sm.ServiceSchema
Package
Description
Provides classes for accessing the Service Management Service (SMS).
Defines interfaces and classes to perform OpenAM system upgrade.
-
Uses of ServiceSchema in com.sun.identity.sm
Modifier and TypeMethodDescriptionServiceSchemaManager.getDynamicSchema()
Returns the dynamic service configuration schema.ServiceSchemaManager.getGlobalSchema()
Returns the global service configuration schema.ServiceSchemaManager.getOrganizationSchema()
Returns the organization service configuration schema.ServiceSchemaManager.getPolicySchema()
Returns the policy service configuration schema.ServiceSchemaManager.getSchema
(SchemaType type) Returns the configuration schema for the given schema typeReturns the configuration schema for the given schema typeAttributeSchema.getServiceSchema()
Returns Service Schema.ServiceSchema.getSubSchema
(String subSchemaName) ReturnsServiceSchema
object given the name of the service's sub-schema.ServiceSchemaManager.getUserSchema()
Returns the user service configuration schema.Modifier and TypeMethodDescriptionOrganizationConfigManager.getServiceSchemas()
Returns a set of service schemas to be used for creation of an organization.ModifierConstructorDescriptionprotected
AttributeSchema
(com.sun.identity.sm.AttributeSchemaImpl as, ServiceSchemaManager ssm, ServiceSchema ss) Constructor used by ServiceSchema to instantiateAttributeSchema
objects. -
Uses of ServiceSchema in org.forgerock.openam.upgrade
Modifier and TypeMethodDescriptionstatic 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