Search

Class LdapSimplePagedResultsControl

Extends com.vmware.o11n.plugin.ad.ldap.controll.LdapControl
This class provides an implementation of the simple paged results control as defined in RFC 2696. It allows the client to iterate through a potentially large set of search results in subsets of a specified number of entries (i.e., "pages")."

Attributes

None

Methods

Name Returns
LdapSimplePagedResultsControl(Number pageSize, Number[] cookie, boolean isCritical) constructor
get(LdapSearchResult ) LdapSimplePagedResultsControl
getCookie() com.unboundid.asn1.ASN1OctetString
getCookieBytes() Number[]
getSize() Number
moreResultsToReturn() boolean

Returned by

Method Returns
LdapSimplePagedResultsControl.get(LdapSearchResult ) LdapSimplePagedResultsControl

Referenced in

None