Package | Description |
---|---|
org.mule.module.ldap | |
org.mule.module.ldap.api | |
org.mule.module.ldap.api.jndi |
Constructor and Description |
---|
LDAPPagingDelegate(LDAPResultSet rs,
org.mule.streaming.PagingConfiguration pagingConfiguration) |
Modifier and Type | Method and Description |
---|---|
abstract LDAPResultSet |
LDAPConnection.search(String baseDn,
String filter,
LDAPSearchControls controls) |
abstract LDAPResultSet |
LDAPConnection.search(String baseDn,
String filter,
Object[] filterArgs,
LDAPSearchControls controls) |
Modifier and Type | Class and Description |
---|---|
class |
PagedLDAPResultSet |
class |
SimpleLDAPResultSet |
Modifier and Type | Method and Description |
---|---|
static LDAPResultSet |
LDAPResultSetFactory.create(String baseDn,
NamingEnumeration<SearchResult> entries,
LDAPSchemaAware connection) |
static LDAPResultSet |
LDAPResultSetFactory.create(String baseDn,
String filter,
Object[] filterArgs,
LdapContext conn,
LDAPSearchControls controls,
NamingEnumeration<SearchResult> entries,
LDAPSchemaAware connection) |
LDAPResultSet |
LDAPJNDIConnection.search(String baseDn,
String filter,
LDAPSearchControls controls) |
LDAPResultSet |
LDAPJNDIConnection.search(String baseDn,
String filter,
Object[] filterArgs,
LDAPSearchControls controls) |
Copyright © 2010–2018. All rights reserved.