uk.ac.rl.esc.browser
Interface Browser.PasswordCallback

Enclosing class:
Browser

public static interface Browser.PasswordCallback

A small interface which the Browser class uses to call back to the application to obtain passwords.

See Also:
Browser

Method Summary
 char[] prompt(java.lang.String promptString)
          Display a password prompt.
 

Method Detail

prompt

char[] prompt(java.lang.String promptString)
Display a password prompt.

Parameters:
promptString - the prompt to display to the user.
Returns:
the password
See Also:
Browser.getDNlist(uk.ac.rl.esc.browser.Browser.PasswordCallback)