org.alfresco.repo.security.sync.ldap
Interface LDAPUserRegistry.SearchCallback

Enclosing class:
LDAPUserRegistry

protected static interface LDAPUserRegistry.SearchCallback

An interface for callbacks passed to the LDAPUserRegistry.processQuery(SearchCallback, String, String, String[]) method.


Method Summary
 void close()
          Release any resources held by the callback.
 void process(javax.naming.directory.SearchResult result)
          Processes the given search result.
 

Method Detail

process

void process(javax.naming.directory.SearchResult result)
             throws javax.naming.NamingException,
                    java.text.ParseException
Processes the given search result.

Parameters:
result - the result
Throws:
javax.naming.NamingException - on naming exceptions
java.text.ParseException - on parse exceptions

close

void close()
           throws javax.naming.NamingException
Release any resources held by the callback.

Throws:
javax.naming.NamingException - the naming exception


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.