public final class PasswordAuthentication extends Object
PasswordAuthentication
,
Authenticator
,
Authenticator.getPasswordAuthentication()
Constructor | Description |
---|---|
PasswordAuthentication(String userName,
String password) |
Initialize a new PasswordAuthentication
|
Modifier and Type | Method | Description |
---|---|---|
String |
getPassword() |
|
String |
getUserName() |
Copyright © 2018 Oracle. All rights reserved.