public class

ProxyAuthenticator

extends Authenticator
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

Fields
private String password
private String user
[Expand]
Inherited Fields
From class java.net.Authenticator
Public Constructors
ProxyAuthenticator(String user, String password)
Protected Methods
PasswordAuthentication getPasswordAuthentication()
[Expand]
Inherited Methods
From class java.net.Authenticator
From class java.lang.Object

Fields

private String password

private String user

Public Constructors

public ProxyAuthenticator (String user, String password)

Parameters
user
password

Protected Methods

protected PasswordAuthentication getPasswordAuthentication ()