public class

SharepointConnectorConnectionKey

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.connectivity.SharepointConnectorConnectionKey

Class Overview

A tuple of connection parameters

Summary

Fields
private String kdcLocation
private String kerberosConfigFile
private String password
private String realm
private String serverUrl
private String spn
private String username
Public Constructors
SharepointConnectorConnectionKey(String username, String password, String serverUrl, String spn, String realm, String kdcLocation, String kerberosConfigFile)
Public Methods
boolean equals(Object obj)
String getKdcLocation()
Retrieves kdcLocation
String getKerberosConfigFile()
Retrieves kerberosConfigFile
String getPassword()
Retrieves password
String getRealm()
Retrieves realm
String getServerUrl()
Retrieves serverUrl
String getSpn()
Retrieves spn
String getUsername()
Retrieves username
int hashCode()
void setKdcLocation(String value)
Sets kdcLocation
void setKerberosConfigFile(String value)
Sets kerberosConfigFile
void setPassword(String value)
Sets password
void setRealm(String value)
Sets realm
void setServerUrl(String value)
Sets serverUrl
void setSpn(String value)
Sets spn
void setUsername(String value)
Sets username
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private String kdcLocation

private String kerberosConfigFile

private String password

private String realm

private String serverUrl

private String spn

private String username

Public Constructors

public SharepointConnectorConnectionKey (String username, String password, String serverUrl, String spn, String realm, String kdcLocation, String kerberosConfigFile)

Parameters
username
password
serverUrl
spn
realm
kdcLocation
kerberosConfigFile

Public Methods

public boolean equals (Object obj)

Parameters
obj

public String getKdcLocation ()

Retrieves kdcLocation

public String getKerberosConfigFile ()

Retrieves kerberosConfigFile

public String getPassword ()

Retrieves password

public String getRealm ()

Retrieves realm

public String getServerUrl ()

Retrieves serverUrl

public String getSpn ()

Retrieves spn

public String getUsername ()

Retrieves username

public int hashCode ()

public void setKdcLocation (String value)

Sets kdcLocation

Parameters
value Value to set

public void setKerberosConfigFile (String value)

Sets kerberosConfigFile

Parameters
value Value to set

public void setPassword (String value)

Sets password

Parameters
value Value to set

public void setRealm (String value)

Sets realm

Parameters
value Value to set

public void setServerUrl (String value)

Sets serverUrl

Parameters
value Value to set

public void setSpn (String value)

Sets spn

Parameters
value Value to set

public void setUsername (String value)

Sets username

Parameters
value Value to set