java.net
Class Authenticator

java.lang.Object
  extended by java.net.Authenticator

public abstract class Authenticator
extends Object


Constructor Summary
Authenticator()
           
 
Method Summary
protected  PasswordAuthentication getPasswordAuthentication()
           
protected  int getRequestingPort()
           
protected  String getRequestingPrompt()
           
protected  String getRequestingProtocol()
           
protected  String getRequestingScheme()
           
protected  InetAddress getRequestingSite()
           
static PasswordAuthentication requestPasswordAuthentication(InetAddress var0, int var1, String var2, String var3, String var4)
           
static void setDefault(Authenticator var0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Authenticator

public Authenticator()
Method Detail

getPasswordAuthentication

protected PasswordAuthentication getPasswordAuthentication()

getRequestingPort

protected final int getRequestingPort()

getRequestingSite

protected final InetAddress getRequestingSite()

getRequestingPrompt

protected final String getRequestingPrompt()

getRequestingProtocol

protected final String getRequestingProtocol()

getRequestingScheme

protected final String getRequestingScheme()

requestPasswordAuthentication

public static PasswordAuthentication requestPasswordAuthentication(InetAddress var0,
                                                                   int var1,
                                                                   String var2,
                                                                   String var3,
                                                                   String var4)

setDefault

public static void setDefault(Authenticator var0)


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