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, setDefault
private 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.Authenticator
public void addAuthenticator(MultiNetAuthenticator.SingleAuthenticator auth)
Copyright 2004-2015 Wandora Team