java.net
Class PasswordAuthentication
java.lang.Object
java.net.PasswordAuthentication
public final class PasswordAuthentication
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PasswordAuthentication
public PasswordAuthentication(String var0,
char[] var1)
getPassword
public char[] getPassword()
getUserName
public String getUserName()
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.