Uses of Class
com.sun.identity.sm.ServiceSchema
-
Packages that use ServiceSchema 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. -
-
Uses of ServiceSchema in com.sun.identity.sm
Methods in com.sun.identity.sm that return ServiceSchema Modifier and Type Method 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 typeServiceSchema
ServiceSchemaManager. getSchema(String type)
Returns the configuration schema for the given schema typeServiceSchema
AttributeSchema. getServiceSchema()
Returns Service Schema.ServiceSchema
ServiceSchema. getSubSchema(String subSchemaName)
ReturnsServiceSchema
object given the name of the service's sub-schema.ServiceSchema
ServiceSchemaManager. getUserSchema()
Returns the user service configuration schema.Methods in com.sun.identity.sm that return types with arguments of type ServiceSchema Modifier and Type Method Description Set<ServiceSchema>
OrganizationConfigManager. getServiceSchemas()
Returns a set of service schemas to be used for creation of an organization.Constructors in com.sun.identity.sm with parameters of type ServiceSchema Constructor Description 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
Methods in org.forgerock.openam.upgrade with parameters of type ServiceSchema Modifier and Type Method 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
-