Uses of Class
org.forgerock.openam.upgrade.UpgradeException
Packages that use UpgradeException
Package
Description
Defines interfaces and classes to perform OpenAM system upgrade.
-
Uses of UpgradeException in org.forgerock.openam.upgrade
Methods in org.forgerock.openam.upgrade that throw UpgradeExceptionModifier and TypeMethodDescriptionstatic voidUpgradeUtils.addAttributeDefaultValues(String serviceName, String subSchemaName, String schemaType, String attributeName, Set defaultValues) Adds default values to an existing attribute.static voidUpgradeUtils.addAttributeToSchema(ServiceSchema serviceSchema, Node attributeSchemaNode) Adds new attribute schema to an existing service.static voidUpgradeUtils.addAttributeToSchema(String serviceName, String subSchemaName, String schemaType, Node attributeSchemaNode, SSOToken adminToken) Adds new attribute schema to an existing service.static voidUpgradeUtils.addAttributeToSubSchema(String serviceName, String subSchemaName, String schemaType, String attributeSchemaFile) Adds new attribute schema to a sub schema in an existing service.static voidUpgradeUtils.createService(String fileName) Creates a new service schema in the configuration store.static voidUpgradeUtils.removeAttributeSchema(ServiceSchema serviceSchema, String attributeName) Removes attribute schema from an existing service.static voidUpgradeUtils.removeAttributeSchema(String serviceName, String subSchemaName, String schemaType, String attributeName, SSOToken adminToken) Remove an attribute schema from an existing service.static voidUpgradeUtils.replaceAttributeSchema(ServiceSchema serviceSchema, String attributeName, Node attributeSchemaNode) Replace an attribute schema from an existing service with the new onestatic voidUpgradeUtils.replaceAttributeSchema(String serviceName, String subSchemaName, String schemaType, String attributeName, SSOToken adminToken, Node attributeSchemaNode) Replace an attribute schema from an existing service with the new one