|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.net.Authenticator
Constructor Summary | |
Authenticator()
|
Method Summary | |
protected PasswordAuthentication |
getPasswordAuthentication()
|
protected String |
getRequestingHost()
|
protected int |
getRequestingPort()
|
protected String |
getRequestingPrompt()
|
protected String |
getRequestingProtocol()
|
protected String |
getRequestingScheme()
|
protected InetAddress |
getRequestingSite()
|
static PasswordAuthentication |
requestPasswordAuthentication(InetAddress,
int,
String,
String,
String)
|
static PasswordAuthentication |
requestPasswordAuthentication(String,
InetAddress,
int,
String,
String,
String)
|
static void |
setDefault(Authenticator)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait |
Constructor Detail |
public Authenticator()
Method Detail |
public static void setDefault(Authenticator)
public static PasswordAuthentication requestPasswordAuthentication(InetAddress, int, String, String, String)
public static PasswordAuthentication requestPasswordAuthentication(String, InetAddress, int, String, String, String)
protected final String getRequestingHost()
protected final InetAddress getRequestingSite()
protected final int getRequestingPort()
protected final String getRequestingProtocol()
protected final String getRequestingPrompt()
protected final String getRequestingScheme()
protected PasswordAuthentication getPasswordAuthentication()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |