@ConnectionManagement(configElementName="online-connection-config", friendlyName="Online Connection") public class OnlineConnectionStrategy extends BaseCrmConnectionStrategy
urlPattern, username
Constructor and Description |
---|
OnlineConnectionStrategy() |
Modifier and Type | Method and Description |
---|---|
protected IOrganizationService |
createOrganizationServiceClient(String username,
String password,
String organizationServiceUrl) |
int |
getAuthenticationRetries() |
String |
getStsMetadataUrl() |
String |
getStsUsernamePortQname() |
void |
setAuthenticationRetries(int authenticationRetries) |
void |
setStsMetadataUrl(String stsMetadataUrl) |
void |
setStsUsernamePortQname(String stsUsernamePortQname) |
protected void |
testClientConnectivity(IOrganizationService client,
String organizationServiceUrl) |
callSimpleQueryToTestConnection, configureHttpConduit, connect, createHttpClientBuilder, destroySession, getConnectionTimeout, getDisableCnCheck, getMuleContext, getNewBusForClient, getNewClientInstance, getNewServiceInstance, getOrganizationServiceClient, getOrganizationServiceWsdl, getProxyConnection, getSessionId, isConnected, setConnectionTimeout, setDisableCnCheck, setMuleContext, setProxyConnection, testConnectivity
protected IOrganizationService createOrganizationServiceClient(String username, String password, String organizationServiceUrl) throws org.mule.api.ConnectionException
createOrganizationServiceClient
in class BaseCrmConnectionStrategy
org.mule.api.ConnectionException
protected void testClientConnectivity(IOrganizationService client, String organizationServiceUrl) throws org.mule.api.ConnectionException
testClientConnectivity
in class BaseCrmConnectionStrategy
org.mule.api.ConnectionException
public int getAuthenticationRetries()
public void setAuthenticationRetries(int authenticationRetries)
public String getStsMetadataUrl()
public void setStsMetadataUrl(String stsMetadataUrl)
public String getStsUsernamePortQname()
public void setStsUsernamePortQname(String stsUsernamePortQname)
Copyright © 2010–2019. All rights reserved.