|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LoginModule
A login dialog. Caution: Don't implement this interface directly! It's only used by the caller and will be implemented by the framework on-the-fly.
| Method Summary | |
|---|---|
String |
login()
Shows a login dialog and returns after the login is done. |
String |
login(String username)
Shows a login dialog with a preset user name and returns after the login is done. |
| Method Detail |
|---|
String login(String username)
throws org.fuin.apps4j.base.CanceledException
username - Initial user name or null.
org.fuin.apps4j.base.CanceledException - User canceled the login process.
String login()
throws org.fuin.apps4j.base.CanceledException
org.fuin.apps4j.base.CanceledException - User canceled the login process.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||