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