org.gcube.informationsystem.glitebridge.harvester.ldap
Interface LDAPManager.LDAPSyncSearchConsumer<T>

Enclosing class:
LDAPManager

public static interface LDAPManager.LDAPSyncSearchConsumer<T>

Describe the Consumer of Search on LDAP

Author:
Luca Frosini (ISTI-CNR)

Method Summary
 java.util.List<T> consume(LDAPSearchResults ldapSearchResults)
           
 

Method Detail

consume

java.util.List<T> consume(LDAPSearchResults ldapSearchResults)
                          throws java.lang.Exception
Parameters:
ldapSearchResults - LDAPSearchResults to consume
Returns:
a List of T
Throws:
java.lang.Exception - if the Consumer of the Search fails