com.isti.util
Interface PasswordAuthenticator

All Known Implementing Classes:
IstiPasswordDialog, IstiPasswordPanel, UrlAuthenticator, UrlAuthenticatorDialog

public interface PasswordAuthenticator

Password Authenticator


Method Summary
 java.net.PasswordAuthentication getPasswordAuthentication()
          Get the password authentication.
 

Method Detail

getPasswordAuthentication

java.net.PasswordAuthentication getPasswordAuthentication()
Get the password authentication.

Returns:
the password authentication or null if none.