public class

IdentityModuleConnectionKey

extends Object
java.lang.Object
   ↳ org.mule.modules.workday.identity.connectivity.IdentityModuleConnectionKey

Class Overview

A tuple of connection parameters

Summary

Fields
private String identityEndpoint
private String identityPassword
private String identityUser
private String identityWsdlLocation
Public Constructors
IdentityModuleConnectionKey(String identityUser, String identityPassword, String identityEndpoint, String identityWsdlLocation)
Public Methods
boolean equals(Object obj)
String getIdentityEndpoint()
Retrieves identityEndpoint
String getIdentityPassword()
Retrieves identityPassword
String getIdentityUser()
Retrieves identityUser
String getIdentityWsdlLocation()
Retrieves identityWsdlLocation
int hashCode()
void setIdentityEndpoint(String value)
Sets identityEndpoint
void setIdentityPassword(String value)
Sets identityPassword
void setIdentityUser(String value)
Sets identityUser
void setIdentityWsdlLocation(String value)
Sets identityWsdlLocation
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private String identityEndpoint

private String identityPassword

private String identityUser

private String identityWsdlLocation

Public Constructors

public IdentityModuleConnectionKey (String identityUser, String identityPassword, String identityEndpoint, String identityWsdlLocation)

Parameters
identityUser
identityPassword
identityEndpoint
identityWsdlLocation

Public Methods

public boolean equals (Object obj)

Parameters
obj

public String getIdentityEndpoint ()

Retrieves identityEndpoint

public String getIdentityPassword ()

Retrieves identityPassword

public String getIdentityUser ()

Retrieves identityUser

public String getIdentityWsdlLocation ()

Retrieves identityWsdlLocation

public int hashCode ()

public void setIdentityEndpoint (String value)

Sets identityEndpoint

Parameters
value Value to set

public void setIdentityPassword (String value)

Sets identityPassword

Parameters
value Value to set

public void setIdentityUser (String value)

Sets identityUser

Parameters
value Value to set

public void setIdentityWsdlLocation (String value)

Sets identityWsdlLocation

Parameters
value Value to set