18#ifndef __BIN_LOGIN_LOGIN_H
19#define __BIN_LOGIN_LOGIN_H
41 Login(
int argc,
char **argv);
Login program which starts the user shell.
const char * getUsername() const
Read username from standard input.
virtual ~Login()
Destructor.
void printPrompt() const
Print the login program prompt.
virtual Result exec()
Execute the application.
POSIX-compatible application.