|
|||||||||
| Home >> All >> org >> gjt >> sp >> [ jedit overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.gjt.sp.jedit
Class jEdit.FirewallAuthenticator

java.lang.Objectjava.net.Authenticator
org.gjt.sp.jedit.jEdit.FirewallAuthenticator
- Enclosing class:
- jEdit
- static class jEdit.FirewallAuthenticator
- extends java.net.Authenticator
| Field Summary | |
(package private) java.net.PasswordAuthentication |
pw
|
| Fields inherited from class java.net.Authenticator |
|
| Constructor Summary | |
jEdit.FirewallAuthenticator(java.net.PasswordAuthentication pw)
|
|
| Method Summary | |
protected java.net.PasswordAuthentication |
getPasswordAuthentication()
This method is called whenever a request for authentication is made. |
| Methods inherited from class java.net.Authenticator |
getRequestingHost, getRequestingPort, getRequestingPrompt, getRequestingProtocol, getRequestingScheme, getRequestingSite, requestPasswordAuthentication, requestPasswordAuthentication, setDefault |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
pw
java.net.PasswordAuthentication pw
| Constructor Detail |
jEdit.FirewallAuthenticator
public jEdit.FirewallAuthenticator(java.net.PasswordAuthentication pw)
| Method Detail |
getPasswordAuthentication
protected java.net.PasswordAuthentication getPasswordAuthentication()
- Description copied from class:
java.net.Authenticator - This method is called whenever a request for authentication is made. It
can call the other getXXX methods to determine the information relevant
to this request. Subclasses should override this method, which returns
nullby default.
|
|||||||||
| Home >> All >> org >> gjt >> sp >> [ jedit overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC