| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.connectivity.SharepointConnectorConnectionManager |
A SharepointConnectorConnectionManager is a wrapper around SharepointConnector that adds connection management capabilities to the pojo.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | DEVKIT_BUILD | ||||||||||
| String | DEVKIT_VERSION | ||||||||||
| String | MODULE_NAME | ||||||||||
| String | MODULE_VERSION | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
org.mule.api.lifecycle.Initialisable
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| connectionPool | Connector Pool | ||||||||||
| connectionPoolingProfile | |||||||||||
| flowConstruct | Flow Construct | ||||||||||
| kdcLocation | |||||||||||
| kerberosConfigFile | |||||||||||
| muleContext | Mule Context | ||||||||||
| password | |||||||||||
| realm | |||||||||||
| retryPolicyTemplate | |||||||||||
| serverUrl | |||||||||||
| spn | |||||||||||
| username | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves connectionPoolingProfile
| |||||||||||
Retrieve the default connection key
| |||||||||||
Returns the build of the DevKit used to create this module
| |||||||||||
Returns the version of the DevKit used to create this module
| |||||||||||
Retrieves flowConstruct
| |||||||||||
Retrieves kdcLocation
| |||||||||||
Retrieves kerberosConfigFile
| |||||||||||
Returns the user-friendly name of this module
| |||||||||||
Returns the version of this module
| |||||||||||
Retrieves muleContext
| |||||||||||
Retrieves password
| |||||||||||
Retrieves realm
| |||||||||||
Retrieves retryPolicyTemplate
| |||||||||||
Retrieves serverUrl
| |||||||||||
Retrieves spn
| |||||||||||
Retrieves username
| |||||||||||
Returns true if this module implements such capability
| |||||||||||
Sets connectionPoolingProfile
| |||||||||||
Sets flowConstruct
| |||||||||||
Sets kdcLocation
| |||||||||||
Sets kerberosConfigFile
| |||||||||||
Sets muleContext
| |||||||||||
Sets password
| |||||||||||
Sets realm
| |||||||||||
Sets retryPolicyTemplate
| |||||||||||
Sets serverUrl
| |||||||||||
Sets spn
| |||||||||||
Sets username
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.mule.api.context.MuleContextAware
| |||||||||||
From interface
org.mule.api.lifecycle.Initialisable
| |||||||||||
From interface
org.mule.modules.sharepoint.basic.Capabilities
| |||||||||||
From interface
org.mule.modules.sharepoint.basic.MetadataAware
| |||||||||||
From interface
org.mule.modules.sharepoint.connection.ConnectionManager
| |||||||||||
From interface
org.mule.modules.sharepoint.process.ProcessAdapter
| |||||||||||
Connector Pool
Flow Construct
Mule Context
| key |
|---|
| Exception |
|---|
| key | |
|---|---|
| connection |
| Exception |
|---|
Retrieves connectionPoolingProfile
Retrieve the default connection key
Returns the build of the DevKit used to create this module
Returns the version of the DevKit used to create this module
Retrieves flowConstruct
Retrieves kdcLocation
Retrieves kerberosConfigFile
Returns the user-friendly name of this module
Returns the version of this module
Retrieves muleContext
Retrieves password
Retrieves realm
Retrieves retryPolicyTemplate
Retrieves serverUrl
Retrieves spn
Retrieves username
Returns true if this module implements such capability
| capability | The capability to test for |
|---|
| key | |
|---|---|
| connection |
| Exception |
|---|
Sets connectionPoolingProfile
| value | Value to set |
|---|
Sets flowConstruct
| value | Value to set |
|---|
Sets kdcLocation
| value | Value to set |
|---|
Sets kerberosConfigFile
| value | Value to set |
|---|
Sets muleContext
| value | Value to set |
|---|
Sets password
| value | Value to set |
|---|
Sets realm
| value | Value to set |
|---|
Sets retryPolicyTemplate
| value | Value to set |
|---|
Sets serverUrl
| value | Value to set |
|---|
Sets spn
| value | Value to set |
|---|
Sets username
| value | Value to set |
|---|