public final class PasswordAuthentication extends Object
Constructor and Description |
---|
PasswordAuthentication(String userName,
String password)
Creates a new password authentication
|
Modifier and Type | Method and Description |
---|---|
String |
getPassword()
Returns the password.
|
String |
getUserName()
Returns the username.
|
© Copyright 2003, 2004 The Free Software Foundation, All rights reserved