private final class MigrationStatus.DeleteOneTimePasswords extends MigrationStatus.Problem
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
_userName |
| Constructor and Description |
|---|
DeleteOneTimePasswords(java.lang.String userName,
java.lang.String description) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
executeInt(ConsoleInterface console) |
private void |
printPasswords(ConsoleInterface console,
java.util.Collection<java.lang.String> passwords) |
compareTo, execute, toStringdispose, execute, getChildren, printStatus, skipParentpublic DeleteOneTimePasswords(java.lang.String userName,
java.lang.String description)
protected void executeInt(ConsoleInterface console) throws java.lang.Exception
executeInt in class MigrationStatus.Problemjava.lang.Exceptionprivate void printPasswords(ConsoleInterface console, java.util.Collection<java.lang.String> passwords) throws ConfigurationTaskException
ConfigurationTaskException