public class

SimpleLDAPResultSet

extends Object
implements LDAPResultSet
java.lang.Object
   ↳ org.mule.module.ldap.ldap.api.jndi.SimpleLDAPResultSet

Summary

Fields
private String baseDn
private LDAPSearchControls controls
private NamingEnumeration<SearchResult> entries
protected final Log logger
Public Constructors
SimpleLDAPResultSet(String baseDn, LdapContext conn, LDAPSearchControls controls, NamingEnumeration<SearchResult> entries)
Public Methods
void close()
List<LDAPEntry> getAllEntries()
boolean hasNext()
@return
LDAPEntry next()
@return
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.mule.module.ldap.ldap.api.LDAPResultSet

Fields

private String baseDn

private LDAPSearchControls controls

private NamingEnumeration<SearchResult> entries

protected final Log logger

Public Constructors

public SimpleLDAPResultSet (String baseDn, LdapContext conn, LDAPSearchControls controls, NamingEnumeration<SearchResult> entries)

Parameters
baseDn
conn
controls
entries

Public Methods

public void close ()

Throws
LDAPException
See Also

public List<LDAPEntry> getAllEntries ()

Throws
LDAPException

public boolean hasNext ()

@return

Throws
LDAPException
See Also

public LDAPEntry next ()

@return

Throws
LDAPException
See Also