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
|
Protected Methods
|
Inherited Methods
|
[Expand All]
public class
LDAPJNDIUtils
extends Object
java.lang.Object
↳
org.mule.module.ldap.ldap.api.jndi.LDAPJNDIUtils
Summary
Public Constructors
LDAPJNDIUtils
()
Public Methods
static
LDAPEntry
buildEntry
(String entryDN, Attributes attributes)
@return
static Control[]
buildRequestControls
(
LDAPSearchControls
controls, byte[] cookie)
@return
static SearchControls
buildSearchControls
(
LDAPSearchControls
controls)
Protected Methods
static
LDAPEntryAttribute
buildAttribute
(Attribute attribute)
@return
[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
LDAPJNDIUtils
()
Public Methods
public static
LDAPEntry
buildEntry
(String entryDN, Attributes attributes)
@return
Parameters
entryDN
attributes
Throws
LDAPException
public static Control[]
buildRequestControls
(
LDAPSearchControls
controls, byte[] cookie)
@return
Parameters
controls
cookie
Throws
LDAPException
public static SearchControls
buildSearchControls
(
LDAPSearchControls
controls)
Parameters
controls
Protected Methods
protected static
LDAPEntryAttribute
buildAttribute
(Attribute attribute)
@return
Parameters
attribute
Throws
LDAPException