Class EditUser
java.lang.Object
de.bsvrz.dav.daf.userManagement.CommandLineAction
de.bsvrz.dav.daf.userManagement.actions.EditUser
-
Constructor Summary
ConstructorsConstructorDescriptionEditUser
(String userName, UserManagementFileInterface userManagementInterface) -
Method Summary
Modifier and TypeMethodDescriptionstatic String
List<? extends CommandLineAction>
Gibt die Kindbefehle zurückvoid
printStatus
(ConsoleInterface console) Gibt einen Text vor der Auswahl der Aktion aus (zum überschreiben)toString()
Gibt den Befehlsnamen zurückMethods inherited from class de.bsvrz.dav.daf.userManagement.CommandLineAction
dispose, execute, execute, skipParent
-
Constructor Details
-
EditUser
-
-
Method Details
-
createRandomPassword
-
toString
Description copied from class:CommandLineAction
Gibt den Befehlsnamen zurück- Specified by:
toString
in classCommandLineAction
- Returns:
- Name
-
printStatus
Description copied from class:CommandLineAction
Gibt einen Text vor der Auswahl der Aktion aus (zum überschreiben)- Overrides:
printStatus
in classCommandLineAction
- Parameters:
console
- Konsole- Throws:
Exception
- Beliebige Exception
-
getChildren
Description copied from class:CommandLineAction
Gibt die Kindbefehle zurück- Overrides:
getChildren
in classCommandLineAction
- Returns:
- Kindbefehle
-