jrun.appclient.security
Interface LoginDialog
- All Known Implementing Classes:
- GUILoginDialog
- public interface LoginDialog
LoginManager needs implementations of this class for accessing the
username and passwords.
Implementations of LoginDialog can use either character based terminal,
GUI, or any other form of querying to get hold of the username & password
from the user.
- Author:
- Harish Prabandham
getUserName
public java.lang.String getUserName()
- Returns:
- The username of the user.
getPassword
public java.lang.String getPassword()
- Returns:
- The password of the user in plain text...
Copyright � 2002 Macromedia Corporation. All Rights Reserved.