|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.net.Authenticator
public abstract class Authenticator
| 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 |
|---|
public Authenticator()
| Method Detail |
|---|
protected PasswordAuthentication getPasswordAuthentication()
protected final int getRequestingPort()
protected final InetAddress getRequestingSite()
protected final String getRequestingPrompt()
protected final String getRequestingProtocol()
protected final String getRequestingScheme()
public static PasswordAuthentication requestPasswordAuthentication(InetAddress var0,
int var1,
String var2,
String var3,
String var4)
public static void setDefault(Authenticator var0)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||