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, toString
dispose, execute, getChildren, printStatus, skipParent
public DeleteOneTimePasswords(java.lang.String userName, java.lang.String description)
protected void executeInt(ConsoleInterface console) throws java.lang.Exception
executeInt
in class MigrationStatus.Problem
java.lang.Exception
private void printPasswords(ConsoleInterface console, java.util.Collection<java.lang.String> passwords) throws ConfigurationTaskException
ConfigurationTaskException