Package | Description |
---|---|
org.mule.module.ldap |
Modifier and Type | Method and Description |
---|---|
static SearchScope |
SearchScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchScope[] |
SearchScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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.
|
List<LDAPEntry> |
LDAPConnector.search(String baseDn,
String filter,
List<String> attributes,
SearchScope scope,
int timeout,
long maxResults,
boolean returnObject,
int pageSize,
String structuralObjectClass)
Performs a LDAP search returning a list with all the resulting LDAP entries.
|
LDAPEntry |
LDAPConnector.searchOne(String baseDn,
String filter,
List<String> attributes,
SearchScope scope,
int timeout,
long maxResults,
boolean returnObject,
String structuralObjectClass)
Performs a LDAP search that is supposed to return a unique result.
|
Copyright © 2010–2016. All rights reserved.