Class NoUpgrades
java.lang.Object
org.forgerock.openam.auth.node.api.upgrade.NoUpgrades
- All Implemented Interfaces:
NodeVersionUpgrader
Void implementation of the
NodeVersionUpgrader interface.
This implementation does not perform any upgrade and returns the same configuration, if used it will also always mark that there are no further upgrades for the 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
-
NoUpgrades
public NoUpgrades()
-
-
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.
-