
| Modifier and Type | Method and Description |
|---|---|
void |
install(Renderer render)
The procedure of installing the LAF.
|
void |
showLoginScreen()
Show the Login dialog.
|
void |
uninstall()
The procedure of uninstalling the LAF.
|
void |
userLogIn(User usr)
When a user logs in this method is called.
|
void |
userLogOff(User usr)
When a user logs off this method is called.
|
void install(Renderer render)
render - void uninstall()
render - void userLogIn(User usr)
usr - The user that just logged in.void userLogOff(User usr)
usr - The user that just logged in.void showLoginScreen()
Renderer.authenticate(String, String) to complete the login
process. NOTE: no need to self call
userLogIn(User), that is handled by
Renderer.authenticate(String, String) NOTE2: if
Renderer.authenticate(String, String) fails no recall this method
is done, this method should manage failed attempts.Copyright © 2018 universAAL Consortium. All rights reserved.