@ConnectionManagement(configElementName="ntlm-direct-connection-config", friendlyName="NTLM Direct Connection") public class NTLMDirectConnectionStrategy extends BaseCrmConnectionStrategy
urlPattern, username
Constructor and Description |
---|
NTLMDirectConnectionStrategy() |
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 |
getDomain() |
boolean |
isConnected()
Returns whether the client is connected
|
void |
setDomain(String domain) |
protected void |
testClientConnectivity(IOrganizationService cxfClient,
String organizationServiceUrl) |
callSimpleQueryToTestConnection, connect, createHttpClientBuilder, destroySession, getConnectionTimeout, getDisableCnCheck, getMuleContext, getNewBusForClient, getNewClientInstance, getNewServiceInstance, getOrganizationServiceClient, getOrganizationServiceWsdl, getProxyConnection, getSessionId, 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 cxfClient, String organizationServiceUrl) throws org.mule.api.ConnectionException
testClientConnectivity
in class BaseCrmConnectionStrategy
org.mule.api.ConnectionException
@ValidateConnection public boolean isConnected()
BaseCrmConnectionStrategy
isConnected
in class BaseCrmConnectionStrategy
protected void configureHttpConduit(org.apache.cxf.transport.http.HTTPConduit httpConduit)
configureHttpConduit
in class BaseCrmConnectionStrategy
public String getDomain()
public void setDomain(String domain)
Copyright © 2010–2019. All rights reserved.