java.net
Class PasswordAuthentication

java.lang.Object
  extended by java.net.PasswordAuthentication

public final class PasswordAuthentication
extends Object


Constructor Summary
PasswordAuthentication(String var0, char[] var1)
           
 
Method Summary
 char[] getPassword()
           
 String getUserName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PasswordAuthentication

public PasswordAuthentication(String var0,
                              char[] var1)
Method Detail

getPassword

public char[] getPassword()

getUserName

public String getUserName()


Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.