|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--SecuritySystem
Class representing a login security system. Manages UI for end users and system operations staff. Responsible for username/password validity checks.
Constructor Summary | |
SecuritySystem()
Constructor |
Method Summary | |
boolean |
doLogin(java.lang.String username,
char[] password)
Attempt to perform a login on behalf of the given user. |
static void |
main(java.lang.String[] args)
|
void |
show()
Shows UI components on the screen. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SecuritySystem()
Method Detail |
public void show()
public boolean doLogin(java.lang.String username, char[] password)
public static void main(java.lang.String[] args)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |