FileDocCategorySizeDatePackage
LoginDialog.javaAPI DocGlassfish v2 API2514Fri May 04 22:35:22 BST 2007com.sun.enterprise.security

LoginDialog

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

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetPassword()

return
The password of the user in plain text...

public java.lang.StringgetUserName()

return
The username of the user.