Class NoUpgrades

java.lang.Object
org.forgerock.openam.auth.node.api.upgrade.NoUpgrades
All Implemented Interfaces:
NodeVersionUpgrader

@Evolving public final class NoUpgrades extends Object implements 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.

  • Constructor Details

    • NoUpgrades

      public NoUpgrades()
  • Method Details