Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.gjt.sp.jedit
Class jEdit.FirewallAuthenticator  view jEdit.FirewallAuthenticator download jEdit.FirewallAuthenticator.java

java.lang.Object
  extended byjava.net.Authenticator
      extended byorg.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 null by default.