public class LoginAuthenticator extends Authenticator
Modifier and Type | Method and Description |
---|---|
PasswordAuthentication |
getPasswordAuthentication()
Called when password authentication is needed.
|
public PasswordAuthentication getPasswordAuthentication()
Authenticator
Note that if this method uses a dialog to prompt the user for this information, the dialog needs to block until the user supplies the information. This method can not simply return after showing the dialog.
Copyright © 2010 - 2020 Adobe. All Rights Reserved