| java.lang.Object |
| ↳ |
java.net.Authenticator |
| |
↳ |
org.mule.modules.salesforce.ProxyAuthenticator |
Class Overview
Created with IntelliJ IDEA.
User: albin
Date: 10/1/13
Time: 3:02 PM
To change this template use File | Settings | File Templates.
Summary
|
[Expand]
Inherited Fields |
From class
java.net.Authenticator
|
private
Authenticator.RequestorType |
requestingAuthType |
|
|
private
String |
requestingHost |
|
|
private
int |
requestingPort |
|
|
private
String |
requestingPrompt |
|
|
private
String |
requestingProtocol |
|
|
private
String |
requestingScheme |
|
|
private
InetAddress |
requestingSite |
|
|
private
URL |
requestingURL |
|
|
private
static
Authenticator |
theAuthenticator |
|
|
|
[Expand]
Inherited Methods |
From class
java.net.Authenticator
|
PasswordAuthentication
|
getPasswordAuthentication()
|
|
final
String
|
getRequestingHost()
|
|
final
int
|
getRequestingPort()
|
|
final
String
|
getRequestingPrompt()
|
|
final
String
|
getRequestingProtocol()
|
|
final
String
|
getRequestingScheme()
|
|
final
InetAddress
|
getRequestingSite()
|
|
URL
|
getRequestingURL()
|
|
Authenticator.RequestorType
|
getRequestorType()
|
|
static
PasswordAuthentication
|
requestPasswordAuthentication(String arg0, InetAddress arg1, int arg2, String arg3, String arg4, String arg5)
|
|
static
PasswordAuthentication
|
requestPasswordAuthentication(String arg0, InetAddress arg1, int arg2, String arg3, String arg4, String arg5, URL arg6, Authenticator.RequestorType arg7)
|
|
static
PasswordAuthentication
|
requestPasswordAuthentication(InetAddress arg0, int arg1, String arg2, String arg3, String arg4)
|
|
synchronized
static
void
|
setDefault(Authenticator arg0)
|
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Fields
Public Constructors
public
ProxyAuthenticator
(String user, String password)
Protected Methods
protected
PasswordAuthentication
getPasswordAuthentication
()