Class UnsupportedUpgrade
java.lang.Object
org.forgerock.openam.auth.node.api.upgrade.UnsupportedUpgrade
- All Implemented Interfaces:
NodeVersionUpgrader
This class represents an unsupported upgrade operation for a node.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.forgerock.openam.auth.node.api.upgrade.NodeVersionUpgrader
NodeVersionUpgrader.UpgraderMetadata -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UnsupportedUpgrade
public UnsupportedUpgrade()
-
-
Method Details
-
upgrade
Description copied from interface:NodeVersionUpgraderUpgrade the node to this version.- Specified by:
upgradein interfaceNodeVersionUpgrader- Parameters:
config- the configuration to upgrade.- Returns:
- the config after the upgrade.
- Throws:
NodeUpgradeException- if the upgrade fails for any reason.
-