| public final class java.net PasswordAuthentication
|
Java SE 6 |
| version | 1.16, 11/17/05 |
| since | 1.2 |
| See also | java.net.Authenticator, getPasswordAuthentication() |
| Constructors | |||||
|---|---|---|---|---|---|
| public | PasswordAuthentication(String userName, char[] password) Details
Creates a new PasswordAuthentication object from the given
user name and password.
Note that the given user password is cloned before it is stored in
the new
| ||||
| Properties | |||
|---|---|---|---|
| public char[] | getPassword() Details
Returns the user password.
Note that this method returns a reference to the password. It is the caller's responsibility to zero out the password information after it is no longer needed.
| ||
| public String | getUserName() Details
Returns the user name.
| ||
| About DocWeb · Bundles · Export · Export All | Top 10 · Statistics · Login |
| About Sun · Contact · Privacy · Terms of Use · Trademarks | Java SE 6 · Copyright © 1994-2009 Sun Microsystems, Inc.All rights reserved. Use is subject to license terms |
![]() |
![]() |
|