com.atlassian.user.impl.ldap.search.page
Class LDAPMembershipToUsernamePager
java.lang.Object
com.atlassian.user.search.page.AbstractPrefetchingPager<T>
com.atlassian.user.impl.ldap.search.page.AbstractLDAPPager<String>
com.atlassian.user.impl.ldap.search.page.LDAPSingleStringPager
com.atlassian.user.impl.ldap.search.page.LDAPMembershipToUsernamePager
- All Implemented Interfaces:
- Pager<String>, Iterable<String>, Iterator<String>
public class LDAPMembershipToUsernamePager
- extends LDAPSingleStringPager
| Methods inherited from class com.atlassian.user.search.page.AbstractPrefetchingPager |
getCurrentPage, getIndex, getIndexOfFirstItemInCurrentPage, getIndexWithinPage, hasNext, isEmpty, iterator, next, nextPage, onLastPage, preload, skipTo |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LDAPMembershipToUsernamePager
public LDAPMembershipToUsernamePager(LdapSearchProperties searchProperties,
LdapContextFactory repository,
LDAPPagerInfo info)
preloadSearchResult
protected List<String> preloadSearchResult(SearchResult result,
List<String> prefetched)
throws EntityException
- Description copied from class:
AbstractLDAPPager
- Parses the
SearchResult and stores the result in the list of prefetched items.
- Overrides:
preloadSearchResult in class LDAPSingleStringPager
- Returns:
- the
List of prefetched results.
- Throws:
EntityException
Copyright © 2005-2009 Atlassian Software Systems Pty Ltd. All Rights Reserved.