|
||||||||||
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 | |
---|---|
java.lang.String |
login()
Shows a login dialog and returns after the login is done. |
java.lang.String |
login(java.lang.String username)
Shows a login dialog with a preset user name and returns after the login is done. |
Methods inherited from interface org.fuin.apps4j.Module |
---|
cancel, getModuleTitle, getModuleUI, setWindowManager |
Method Detail |
---|
java.lang.String login(java.lang.String username) throws org.fuin.apps4j.CanceledException
username
- Initial user name or null
.
org.fuin.apps4j.CanceledException
- User canceled the login process.java.lang.String login() throws org.fuin.apps4j.CanceledException
org.fuin.apps4j.CanceledException
- User canceled the login process.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |