public class MigrateValidGotoSetting extends AbstractUpgradeStep
BULLET, BUNDLE, DEBUG, INDENT
Constructor and Description |
---|
MigrateValidGotoSetting(PrivilegedAction<SSOToken> adminTokenAction,
ConnectionFactory factory) |
Modifier and Type | Method and Description |
---|---|
String |
getDetailedReport(String delimiter)
Generates a detailed upgrade report suitable for reviewing changes.
|
String |
getShortReport(String delimiter)
Returns a short report for this upgrade step that should be suitable for the upgrade screen.
|
void |
initialize()
Initializes the upgrade step during which it determines what sort of changes needs to be applied to the
configurationif any.
|
boolean |
isApplicable()
Tells whether this given upgrade step is applicable for this version/configuration of OpenAM.
|
void |
perform()
Performs the required changes for this upgrade step.
|
getAdminSubject, getAdminToken, getConnection, getRealmNames
@Inject public MigrateValidGotoSetting(PrivilegedAction<SSOToken> adminTokenAction, ConnectionFactory factory)
public boolean isApplicable()
UpgradeStep
true
if this upgrade step needs to be performed.public void initialize() throws UpgradeException
UpgradeStep
UpgradeException
- If there was an error while determining the required changes.public void perform() throws UpgradeException
UpgradeStep
UpgradeException
- If there was an error while upgrading the configuration.public String getShortReport(String delimiter)
UpgradeStep
delimiter
- The delimiter to use between lines.public String getDetailedReport(String delimiter)
UpgradeStep
delimiter
- The delimiter to use between lines.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.