| BindDefinitionParser | |
| BindMessageProcessor | BindMessageProcessor invokes the bind() method in LDAPConnector. |
| BypassTrustManager | |
| BypassTrustSSLSocketFactory |
| Capabilities | This interface is implemented for every org.mule.api.annotations.Module annotated class, to dynamically query what its capabilities are. |
| Capability | Enumeration of possible capabilities of Mule modules. |
| CommunicationException | |
| Connection | |
| ConnectionManager<K, C extends Connection> | Wrapper around org.mule.api.annotations.Connector annotated class that will infuse it with connection management capabilities. |
| ContextNotEmptyException |
| DefaultSplashScreenAgent | Agent implementation to add splash screen information for DevKit extensions at application startup |
| DeleteDefinitionParser | |
| DeleteMessageProcessor | DeleteMessageProcessor invokes the delete(java.lang.String) method in LDAPConnector. |
| DeleteMultiValueAttributeDefinitionParser | |
| DeleteMultiValueAttributeMessageProcessor | DeleteMultiValueAttributeMessageProcessor invokes the deleteMultiValueAttribute(java.lang.String, java.lang.String, java.util.List, boolean) method in LDAPConnector. |
| DeleteSingleValueAttributeDefinitionParser | |
| DeleteSingleValueAttributeMessageProcessor | DeleteSingleValueAttributeMessageProcessor invokes the deleteSingleValueAttribute(java.lang.String, java.lang.String, java.lang.String, boolean) method in LDAPConnector. |
| ExistsDefinitionParser | |
| ExistsMessageProcessor | ExistsMessageProcessor invokes the exists(java.lang.String) method in LDAPConnector. |
| HttpCallback | |
| HttpCallbackAdapter |
| InvalidAttributeException | This class is the abstraction |
| InvalidEntryException |
| LDAPConnection | This class is the abstraction |
| LDAPConnector | The LDAP Connector will allow to connect to any LDAP server and perform every LDAP operation:
|
| LDAPConnectorCapabilitiesAdapter | A LDAPConnectorCapabilitiesAdapter is a wrapper around LDAPConnector that implements org.mule.api.Capabilities interface. |
| LDAPConnectorConfigDefinitionParser | |
| LDAPConnectorConnectionFactory | |
| LDAPConnectorConnectionIdentifierAdapter | A LDAPConnectorConnectionIdentifierAdapter is a wrapper around LDAPConnector that implements org.mule.devkit.dynamic.api.helper.Connection interface. |
| LDAPConnectorConnectionKey | A tuple of connection parameters |
| LDAPConnectorConnectionManager | A LDAPConnectorConnectionManager is a wrapper around LDAPConnector that adds connection management capabilities to the pojo. |
| LDAPConnectorLifecycleAdapter | A LDAPConnectorLifecycleAdapter is a wrapper around LDAPConnector that adds lifecycle methods to the pojo. |
| LDAPConnectorMetadataAdapater | A LDAPConnectorMetadataAdapater is a wrapper around LDAPConnector that adds support for querying metadata about the extension. |
| LDAPConnectorProcessAdapter | A LDAPConnectorProcessAdapter is a wrapper around LDAPConnector that enables custom processing strategies. |
| LDAPEntry | This class is the abstraction |
| LDAPEntryAttribute | This class is the abstraction |
| LDAPEntryAttributes | This class is the abstraction |
| LDAPEntryExpressionHolder | |
| LDAPEntryExpressionHolderTransformer | |
| LdapEntryToLdifTransformer | |
| LdapEntryToMapTransformer | |
| LDAPException | This class is the abstraction |
| LDAPJNDIConnection | This class is the abstraction |
| LDAPJNDIUtils | |
| LDAPMultiValueEntryAttribute | This class is the abstraction |
| LdapNamespaceHandler | Registers bean definitions parsers for handling elements in http://www.mulesoft.org/schema/mule/ldap. |
| LDAPResultSet | |
| LDAPResultSetFactory | |
| LDAPSearchControls | This class is the abstraction |
| LDAPSingleValueEntryAttribute | This class is the abstraction |
| LDAPUtils | |
| LookupDefinitionParser | |
| LookupMessageProcessor | LookupMessageProcessor invokes the lookup(java.lang.String, java.util.List) method in LDAPConnector. |
| NameAlreadyBoundException | This class is the abstraction |
| NameNotFoundException | This class is the abstraction |
| NestedProcessorChain | |
| NoPermissionException | This class is the abstraction |
| NotAuthorizedException |
| OAuth1Adapter | |
| OAuth2Adapter | |
| OAuthAdapter | |
| OAuthManager<C extends OAuthAdapter> | Wrapper around org.mule.api.annotations.oauth.OAuth annotated class that will infuse it with access token management capabilities. |
| PagedLDAPResultSet | |
| PagedResultSearchDefinitionParser | |
| PagedResultSearchMessageProcessor | PagedResultSearchMessageProcessor invokes the pagedResultSearch(java.lang.String, java.lang.String, java.util.List, org.mule.module.ldap.SearchScope, int, long, boolean, int, int, int, int, java.lang.String, org.mule.api.callback.SourceCallback) method in LDAPConnector. |
| PoolManager | |
| ProcessAdapter<O> | |
| ProcessCallback<T, O> | Callback with logic to execute within a controlled environment provided by ProcessTemplate |
| ProcessCallbackProcessInterceptor<T, O> | |
| ProcessInterceptor<T, O> | |
| ProcessTemplate<T, O> | ProcessTemplate provides a processing context for message processing. |
| Referral | |
| ReferralEnumTransformer | |
| RenameDefinitionParser | |
| RenameMessageProcessor | RenameMessageProcessor invokes the rename(java.lang.String, java.lang.String) method in LDAPConnector. |
| RestoreAccessTokenCallback | |
| RetryProcessInterceptor<T, O> |
| SaveAccessTokenCallback | |
| SearchDefinitionParser | |
| SearchMessageProcessor | SearchMessageProcessor invokes the search(java.lang.String, java.lang.String, java.util.List, org.mule.module.ldap.SearchScope, int, long, boolean, int) method in LDAPConnector. |
| SearchOneDefinitionParser | |
| SearchOneMessageProcessor | SearchOneMessageProcessor invokes the searchOne(java.lang.String, java.lang.String, java.util.List, org.mule.module.ldap.SearchScope, int, long, boolean) method in LDAPConnector. |
| SearchScope | |
| SearchScopeEnumTransformer | |
| SimpleLDAPResultSet | |
| SourceCallback | Callback interface used by org.mule.api.annotations.Source annotated methods to dispatch messages. |
| SplashScreenAgent | Marks DevKit org.mule.api.agent.Agent implementations to take care of logging information at Mule app level mainly for troubleshooting purposes. |
| StopSourceCallback | Callback returned by methods that are annotated with @Source It will be executed when the MessageSource is being stopped. |
| Type | |
| TypeEnumTransformer |
| UnableToAcquireAccessTokenException | Exception thrown when the access token needed for accessing a protected resource cannot be acquired |
| UnableToAcquireConnectionException | Exception thrown when the connection needed for executing an operation is null. |
| UnableToAcquireRequestTokenException | Exception thrown when the request token needed for building the authorization URL cannot be acquired |
| UnableToReleaseConnectionException | Exception thrown when the release connection operation of the connection manager fails. |