Package | Description |
---|---|
org.mule.module.ldap.api | |
org.mule.module.ldap.api.jndi |
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 | Method and Description |
---|---|
static Control[] |
LDAPJNDIUtils.buildRequestControls(LDAPSearchControls controls,
byte[] cookie) |
static SearchControls |
LDAPJNDIUtils.buildSearchControls(LDAPSearchControls controls) |
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) |
Constructor and Description |
---|
PagedLDAPResultSet(String baseDn,
String filter,
Object[] filterArgs,
LdapContext conn,
LDAPSearchControls controls,
NamingEnumeration<SearchResult> entries,
LDAPSchemaAware schemaCache) |
SimpleLDAPResultSet(String baseDn,
LdapContext conn,
LDAPSearchControls controls,
NamingEnumeration<SearchResult> entries,
LDAPSchemaAware schemaCache) |
Copyright © 2010–2016. All rights reserved.