public class MultiNetAuthenticator
extends java.net.Authenticator
| Modifier and Type | Class and Description |
|---|---|
static interface |
MultiNetAuthenticator.SingleAuthenticator |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.ArrayList<MultiNetAuthenticator.SingleAuthenticator> |
authenticators |
private static MultiNetAuthenticator |
instance |
| Constructor and Description |
|---|
MultiNetAuthenticator() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAuthenticator(MultiNetAuthenticator.SingleAuthenticator auth) |
static MultiNetAuthenticator |
getInstance() |
protected java.net.PasswordAuthentication |
getPasswordAuthentication() |
getRequestingHost, getRequestingPort, getRequestingPrompt, getRequestingProtocol, getRequestingScheme, getRequestingSite, getRequestingURL, getRequestorType, requestPasswordAuthentication, requestPasswordAuthentication, requestPasswordAuthentication, setDefaultprivate static MultiNetAuthenticator instance
protected final java.util.ArrayList<MultiNetAuthenticator.SingleAuthenticator> authenticators
public static MultiNetAuthenticator getInstance()
protected java.net.PasswordAuthentication getPasswordAuthentication()
getPasswordAuthentication in class java.net.Authenticatorpublic void addAuthenticator(MultiNetAuthenticator.SingleAuthenticator auth)
Copyright 2004-2015 Wandora Team