Package | Description |
---|---|
org.mule.module.ldap.api | |
org.mule.module.ldap.api.jndi |
Modifier and Type | Class and Description |
---|---|
class |
LDAPConnection
This class is the abstraction
|
Modifier and Type | Class and Description |
---|---|
class |
LDAPJNDIConnection
This class is the abstraction
|
Modifier and Type | Method and Description |
---|---|
protected static LDAPEntryAttribute |
LDAPJNDIUtils.buildAttribute(Attribute attribute,
LDAPSchemaAware schemaCache) |
static LDAPEntry |
LDAPJNDIUtils.buildEntry(String entryDN,
Attributes attributes,
LDAPSchemaAware schemaCache) |
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) |
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.