Class EditUser
java.lang.Object
de.bsvrz.dav.daf.userManagement.CommandLineAction
de.bsvrz.dav.daf.userManagement.actions.EditUser
public class EditUser extends CommandLineAction
-
Constructor Summary
Constructors Constructor Description EditUser(java.lang.String userName, UserManagementFileInterface userManagementInterface) -
Method Summary
Modifier and Type Method Description static java.lang.StringcreateRandomPassword()java.util.List<? extends CommandLineAction>getChildren()Gibt die Kindbefehle zurückvoidprintStatus(ConsoleInterface console)Gibt einen Text vor der Auswahl der Aktion aus (zum überschreiben)java.lang.StringtoString()Gibt den Befehlsnamen zurückMethods inherited from class de.bsvrz.dav.daf.userManagement.CommandLineAction
dispose, execute, execute, skipParentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
EditUser
-
-
Method Details
-
createRandomPassword
public static java.lang.String createRandomPassword() -
toString
public java.lang.String toString()Description copied from class:CommandLineActionGibt den Befehlsnamen zurück- Specified by:
toStringin classCommandLineAction- Returns:
- Name
-
printStatus
Description copied from class:CommandLineActionGibt einen Text vor der Auswahl der Aktion aus (zum überschreiben)- Overrides:
printStatusin classCommandLineAction- Parameters:
console- Konsole- Throws:
java.lang.Exception- Beliebige Exception
-
getChildren
Description copied from class:CommandLineActionGibt die Kindbefehle zurück- Overrides:
getChildrenin classCommandLineAction- Returns:
- Kindbefehle
-