private class EditUser.ManageOneTimePasswords extends CommandLineAction
| Modifier | Constructor and Description |
|---|---|
private |
ManageOneTimePasswords() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends CommandLineAction> |
getChildren()
Gibt die Kindbefehle zurück
|
private void |
printPasswords(ConsoleInterface console,
java.util.Collection<java.lang.String> passwords) |
void |
printStatus(ConsoleInterface console)
Gibt einen Text vor der Auswahl der Aktion aus (zum überschreiben)
|
java.lang.String |
toString()
Gibt den Befehlsnamen zurück
|
dispose, execute, execute, skipParentpublic void printStatus(ConsoleInterface console) throws java.lang.Exception
CommandLineActionGibt einen Text vor der Auswahl der Aktion aus (zum überschreiben)
printStatus in class CommandLineActionconsole - Konsolejava.lang.Exceptionpublic java.util.List<? extends CommandLineAction> getChildren()
CommandLineActionGibt die Kindbefehle zurück
getChildren in class CommandLineActionprivate void printPasswords(ConsoleInterface console, java.util.Collection<java.lang.String> passwords) throws ConfigurationTaskException
ConfigurationTaskExceptionpublic java.lang.String toString()
CommandLineActionGibt den Befehlsnamen zurück
toString in class CommandLineAction