| java.lang.Object | |
| ↳ | org.mule.module.ldap.connectivity.LDAPConnectorConnectionManager |
A LDAPConnectorConnectionManager is a wrapper around LDAPConnector 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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| authDn | |||||||||||
| authPassword | |||||||||||
| authentication | |||||||||||
| connectionPool | Connector Pool | ||||||||||
| connectionPoolingProfile | |||||||||||
| extendedConfiguration | |||||||||||
| flowConstruct | Flow Construct | ||||||||||
| initialPoolSize | |||||||||||
| maxPoolSize | |||||||||||
| muleContext | Mule Context | ||||||||||
| poolTimeout | |||||||||||
| referral | |||||||||||
| retryPolicyTemplate | |||||||||||
| type | |||||||||||
| url | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves authDn
| |||||||||||
Retrieves authPassword
| |||||||||||
Retrieves authentication
| |||||||||||
Retrieves connectionPoolingProfile
| |||||||||||
Retrieves extendedConfiguration
| |||||||||||
Retrieves flowConstruct
| |||||||||||
Retrieves initialPoolSize
| |||||||||||
Retrieves maxPoolSize
| |||||||||||
Retrieves muleContext
| |||||||||||
Retrieves poolTimeout
| |||||||||||
Retrieves referral
| |||||||||||
Retrieves retryPolicyTemplate
| |||||||||||
Retrieves type
| |||||||||||
Retrieves url
| |||||||||||
Returns true if this module implements such capability
| |||||||||||
Sets authDn
| |||||||||||
Sets authPassword
| |||||||||||
Sets authentication
| |||||||||||
Sets connectionPoolingProfile
| |||||||||||
Sets extendedConfiguration
| |||||||||||
Sets flowConstruct
| |||||||||||
Sets initialPoolSize
| |||||||||||
Sets maxPoolSize
| |||||||||||
Sets muleContext
| |||||||||||
Sets poolTimeout
| |||||||||||
Sets referral
| |||||||||||
Sets retryPolicyTemplate
| |||||||||||
Sets type
| |||||||||||
Sets url
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.mule.api.Capabilities
| |||||||||||
From interface
org.mule.api.ConnectionManager
| |||||||||||
From interface
org.mule.api.MetadataAware
| |||||||||||
From interface
org.mule.api.context.MuleContextAware
| |||||||||||
From interface
org.mule.api.lifecycle.Initialisable
| |||||||||||
From interface
org.mule.api.process.ProcessAdapter
| |||||||||||
Connector Pool
Flow Construct
Mule Context
| key |
|---|
| Exception |
|---|
| key | |
|---|---|
| connection |
| Exception |
|---|
Retrieves authDn
Retrieves authPassword
Retrieves authentication
Retrieves connectionPoolingProfile
Retrieves extendedConfiguration
Retrieves flowConstruct
Retrieves initialPoolSize
Retrieves maxPoolSize
Retrieves muleContext
Retrieves poolTimeout
Retrieves retryPolicyTemplate
Retrieves url
Returns true if this module implements such capability
| capability |
|---|
| key | |
|---|---|
| connection |
| Exception |
|---|
Sets authDn
| value | Value to set |
|---|
Sets authPassword
| value | Value to set |
|---|
Sets authentication
| value | Value to set |
|---|
Sets connectionPoolingProfile
| value | Value to set |
|---|
Sets extendedConfiguration
| value | Value to set |
|---|
Sets flowConstruct
| value | Value to set |
|---|
Sets initialPoolSize
| value | Value to set |
|---|
Sets maxPoolSize
| value | Value to set |
|---|
Sets muleContext
| value | Value to set |
|---|
Sets poolTimeout
| value | Value to set |
|---|
Sets retryPolicyTemplate
| value | Value to set |
|---|
Sets url
| value | Value to set |
|---|