Package | Description |
---|---|
org.mule.module.ldap | |
org.mule.module.ldap.metadata |
Modifier and Type | Method and Description |
---|---|
org.mule.streaming.ProviderAwarePagingDelegate<LDAPEntry,LDAPConnector> |
LDAPConnector.pagedResultSearch(String baseDn,
String filter,
List<String> attributes,
SearchScope scope,
int timeout,
long maxResults,
boolean returnObject,
int pageSize,
String orderBy,
boolean ascending,
String structuralObjectClass,
org.mule.streaming.PagingConfiguration pagingConfiguration)
Performs a LDAP search and streams result to the rest of the flow.
|
Modifier and Type | Method and Description |
---|---|
List<LDAPEntry> |
LDAPPagingDelegate.getPage(LDAPConnector ldapConnector) |
int |
LDAPPagingDelegate.getTotalResults(LDAPConnector ldapConnector) |
Modifier and Type | Method and Description |
---|---|
LDAPConnector |
MetadataResolver.getConnector() |
Modifier and Type | Method and Description |
---|---|
void |
MetadataResolver.setConnector(LDAPConnector connector) |
Copyright © 2010–2020. All rights reserved.