LDAP Connector
Install Guide
Java API Reference
Mule API Reference
Package Index
|
Class Index
org.mule.module.ldap
org.mule.module.ldap.adapters
org.mule.module.ldap.agents
org.mule.module.ldap.config
org.mule.module.ldap.connectivity
org.mule.module.ldap.ldap.api
org.mule.module.ldap.ldap.api.holders
org.mule.module.ldap.ldap.api.jndi
org.mule.module.ldap.ldap.api.transformers
org.mule.module.ldap.process
org.mule.module.ldap.processors
org.mule.module.ldap.transformers
Classes
LDAPJNDIConnection
LDAPJNDIUtils
LDAPResultSetFactory
PagedLDAPResultSet
SimpleLDAPResultSet
Package Index
|
Class Index
Summary:
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public class
LDAPResultSetFactory
extends Object
java.lang.Object
↳
org.mule.module.ldap.ldap.api.jndi.LDAPResultSetFactory
Summary
Public Constructors
LDAPResultSetFactory
()
Public Methods
static
LDAPResultSet
create
(String baseDn, String filter, Object[] filterArgs, LdapContext conn,
LDAPSearchControls
controls, NamingEnumeration<SearchResult> entries)
static
LDAPResultSet
create
(String baseDn, NamingEnumeration<SearchResult> entries)
[Expand]
Inherited Methods
From class java.lang.Object
Object
clone
()
boolean
equals
(Object arg0)
void
finalize
()
final Class<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
Public Constructors
public
LDAPResultSetFactory
()
Public Methods
public static
LDAPResultSet
create
(String baseDn, String filter, Object[] filterArgs, LdapContext conn,
LDAPSearchControls
controls, NamingEnumeration<SearchResult> entries)
Parameters
baseDn
filter
filterArgs
conn
controls
entries
public static
LDAPResultSet
create
(String baseDn, NamingEnumeration<SearchResult> entries)
Parameters
baseDn
entries