|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.net.Authenticator com.alee.managers.proxy.WebProxyAuthenticator
public class WebProxyAuthenticator
This custom proxy authenticator provides an authentication dialog with proxy host, port, login and password fields. It will also remember entered proxy settings if user asks to.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.net.Authenticator |
---|
java.net.Authenticator.RequestorType |
Field Summary | |
---|---|
static javax.swing.ImageIcon |
AUTH_ICON
Authentication dialog icon. |
Constructor Summary | |
---|---|
WebProxyAuthenticator()
|
Method Summary | |
---|---|
protected java.net.PasswordAuthentication |
getPasswordAuthentication()
Returns custom password authentication. |
Methods inherited from class java.net.Authenticator |
---|
getRequestingHost, getRequestingPort, getRequestingPrompt, getRequestingProtocol, getRequestingScheme, getRequestingSite, getRequestingURL, getRequestorType, requestPasswordAuthentication, requestPasswordAuthentication, requestPasswordAuthentication, setDefault |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final javax.swing.ImageIcon AUTH_ICON
Constructor Detail |
---|
public WebProxyAuthenticator()
Method Detail |
---|
protected java.net.PasswordAuthentication getPasswordAuthentication()
getPasswordAuthentication
in class java.net.Authenticator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |