public class

SalesforceConnectorConnectionKey

extends Object
java.lang.Object
   ↳ org.mule.modules.salesforce.connectivity.SalesforceConnectorConnectionKey

Class Overview

A tuple of connection parameters

Summary

Fields
private String password
private String proxyHost
private String proxyPassword
private int proxyPort
private String proxyUsername
private String securityToken
private String url
private String username
Public Constructors
SalesforceConnectorConnectionKey(String username, String password, String securityToken, String url, String proxyHost, int proxyPort, String proxyUsername, String proxyPassword)
Public Methods
boolean equals(Object obj)
String getPassword()
Retrieves password
String getProxyHost()
Retrieves proxyHost
String getProxyPassword()
Retrieves proxyPassword
int getProxyPort()
Retrieves proxyPort
String getProxyUsername()
Retrieves proxyUsername
String getSecurityToken()
Retrieves securityToken
String getUrl()
Retrieves url
String getUsername()
Retrieves username
int hashCode()
void setPassword(String value)
Sets password
void setProxyHost(String value)
Sets proxyHost
void setProxyPassword(String value)
Sets proxyPassword
void setProxyPort(int value)
Sets proxyPort
void setProxyUsername(String value)
Sets proxyUsername
void setSecurityToken(String value)
Sets securityToken
void setUrl(String value)
Sets url
void setUsername(String value)
Sets username
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private String password

private String proxyHost

private String proxyPassword

private int proxyPort

private String proxyUsername

private String securityToken

private String url

private String username

Public Constructors

public SalesforceConnectorConnectionKey (String username, String password, String securityToken, String url, String proxyHost, int proxyPort, String proxyUsername, String proxyPassword)

Parameters
username
password
securityToken
url
proxyHost
proxyPort
proxyUsername
proxyPassword

Public Methods

public boolean equals (Object obj)

Parameters
obj

public String getPassword ()

Retrieves password

public String getProxyHost ()

Retrieves proxyHost

public String getProxyPassword ()

Retrieves proxyPassword

public int getProxyPort ()

Retrieves proxyPort

public String getProxyUsername ()

Retrieves proxyUsername

public String getSecurityToken ()

Retrieves securityToken

public String getUrl ()

Retrieves url

public String getUsername ()

Retrieves username

public int hashCode ()

public void setPassword (String value)

Sets password

Parameters
value Value to set

public void setProxyHost (String value)

Sets proxyHost

Parameters
value Value to set

public void setProxyPassword (String value)

Sets proxyPassword

Parameters
value Value to set

public void setProxyPort (int value)

Sets proxyPort

Parameters
value Value to set

public void setProxyUsername (String value)

Sets proxyUsername

Parameters
value Value to set

public void setSecurityToken (String value)

Sets securityToken

Parameters
value Value to set

public void setUrl (String value)

Sets url

Parameters
value Value to set

public void setUsername (String value)

Sets username

Parameters
value Value to set