public class

SharepointServiceProviderNTLMImpl

extends ASharepointServiceProvider
java.lang.Object
   ↳ org.mule.modules.sharepoint.api.service.impl.ASharepointServiceProvider
     ↳ org.mule.modules.sharepoint.api.service.impl.SharepointServiceProviderNTLMImpl

Class Overview

This class handles the creation of the service client that will authenticate with NTLM (Microsoft Technology)

Summary

Fields
private static final Log LOG
private SharepointServiceConfigNTMLImpl config
[Expand]
Inherited Fields
From class org.mule.modules.sharepoint.api.service.impl.ASharepointServiceProvider
Public Constructors
SharepointServiceProviderNTLMImpl(SharepointServiceConfigNTMLImpl config)
Protected Methods
void configureClientProxy(Object service, String serviceUrl)
Configure the clientProxy to interact with NTLM authentication.
[Expand]
Inherited Methods
From class org.mule.modules.sharepoint.api.service.impl.ASharepointServiceProvider
From class java.lang.Object
From interface org.mule.modules.sharepoint.api.service.SharepointServiceProvider

Fields

private static final Log LOG

Public Constructors

public SharepointServiceProviderNTLMImpl (SharepointServiceConfigNTMLImpl config)

Parameters
config

Protected Methods

protected void configureClientProxy (Object service, String serviceUrl)

Configure the clientProxy to interact with NTLM authentication. This is made setting the allowChunking to false, so NTLM and Java can make the 3 way HandShake Also add to the AutorizationPolicy the credentials to allow the authentication

Parameters
service
serviceUrl