public class

PagedLDAPResultSet

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

Summary

Fields
private String baseDn
private LdapContext conn
private LDAPSearchControls controls
private byte[] cookie
private NamingEnumeration<SearchResult> entries
private String filter
private Object[] filterArgs
protected final Log logger
Public Constructors
PagedLDAPResultSet(String baseDn, String filter, Object[] filterArgs, LdapContext conn, LDAPSearchControls controls, NamingEnumeration<SearchResult> entries)
Public Methods
void close()
List<LDAPEntry> getAllEntries()
@return
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 LdapContext conn

private LDAPSearchControls controls

private byte[] cookie

private NamingEnumeration<SearchResult> entries

private String filter

private Object[] filterArgs

protected final Log logger

Public Constructors

public PagedLDAPResultSet (String baseDn, String filter, Object[] filterArgs, LdapContext conn, LDAPSearchControls controls, NamingEnumeration<SearchResult> entries)

Parameters
baseDn
filter
filterArgs
conn
controls
entries

Public Methods

public void close ()

Throws
LDAPException
See Also

public List<LDAPEntry> getAllEntries ()

@return

Throws
LDAPException
See Also

public boolean hasNext ()

@return

Throws
LDAPException
See Also

public LDAPEntry next ()

@return

Throws
LDAPException
See Also