| java.lang.Object java.net.Authenticator org.netbeans.core.NbAuthenticator
NbAuthenticator | class NbAuthenticator extends java.net.Authenticator (Code) | | Global password protected sites Authenticator for IDE
author: Jiri Rechtacek |
NbAuthenticator | NbAuthenticator()(Code) | | |
Methods inherited from java.net.Authenticator | protected PasswordAuthentication getPasswordAuthentication()(Code)(Java Doc) final protected String getRequestingHost()(Code)(Java Doc) final protected int getRequestingPort()(Code)(Java Doc) final protected String getRequestingPrompt()(Code)(Java Doc) final protected String getRequestingProtocol()(Code)(Java Doc) final protected String getRequestingScheme()(Code)(Java Doc) final protected InetAddress getRequestingSite()(Code)(Java Doc) protected URL getRequestingURL()(Code)(Java Doc) protected RequestorType getRequestorType()(Code)(Java Doc) public static PasswordAuthentication requestPasswordAuthentication(InetAddress addr, int port, String protocol, String prompt, String scheme)(Code)(Java Doc) public static PasswordAuthentication requestPasswordAuthentication(String host, InetAddress addr, int port, String protocol, String prompt, String scheme)(Code)(Java Doc) public static PasswordAuthentication requestPasswordAuthentication(String host, InetAddress addr, int port, String protocol, String prompt, String scheme, URL url, RequestorType reqType)(Code)(Java Doc) public static synchronized void setDefault(Authenticator a)(Code)(Java Doc)
|
|
|