public class

SharepointServiceConfigNTMLImpl

extends Object
implements SharepointServiceConfig
java.lang.Object
   ↳ org.mule.modules.sharepoint.api.config.impl.SharepointServiceConfigNTMLImpl

Summary

Fields
private boolean disableCnCheck
private String password
private String serverUrl
private String username
Public Constructors
SharepointServiceConfigNTMLImpl(String username, String password, String serviceUrl)
SharepointServiceConfigNTMLImpl(String username, String password, String serverUrl, boolean disableCnCheck)
Public Methods
boolean getDisableCnCheck()
String getPassword()
String getServerUrl()
String getUsername()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private boolean disableCnCheck

private String password

private String serverUrl

private String username

Public Constructors

public SharepointServiceConfigNTMLImpl (String username, String password, String serviceUrl)

Parameters
username
password
serviceUrl

public SharepointServiceConfigNTMLImpl (String username, String password, String serverUrl, boolean disableCnCheck)

Parameters
username
password
serverUrl
disableCnCheck

Public Methods

public boolean getDisableCnCheck ()

public String getPassword ()

public String getServerUrl ()

public String getUsername ()