@ConnectionManagement(configElementName="ntlm-connection-config", friendlyName="NTLM Connection") public class NtlmConnectionStrategy extends BaseCrmConnectionStrategy
urlPattern, username
Constructor and Description |
---|
NtlmConnectionStrategy() |
Modifier and Type | Method and Description |
---|---|
protected void |
configureHttpConduit(org.apache.cxf.transport.http.HTTPConduit httpConduit) |
protected IOrganizationService |
createOrganizationServiceClient(String username,
String password,
String organizationServiceUrl) |
String |
getGatewayRouterServiceAddress() |
void |
setGatewayRouterServiceAddress(String gatewayRouterServiceAddress) |
protected void |
testClientConnectivity(IOrganizationService client,
String organizationServiceUrl) |
callSimpleQueryToTestConnection, 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 String getGatewayRouterServiceAddress()
public void setGatewayRouterServiceAddress(String gatewayRouterServiceAddress)
protected void configureHttpConduit(org.apache.cxf.transport.http.HTTPConduit httpConduit)
configureHttpConduit
in class BaseCrmConnectionStrategy
Copyright © 2010–2019. All rights reserved.