org.springframework.ldap.core
Interface AuthenticatedLdapEntryContextCallback


public interface AuthenticatedLdapEntryContextCallback

Callback interface to be used in the authentication methods in LdapOperations for performing operations on individually authenticated contexts.

Since:
1.3
Author:
Mattias Hellborg Arthursson

Method Summary
 void executeWithContext(javax.naming.directory.DirContext ctx, LdapEntryIdentification ldapEntryIdentification)
          Perform some LDAP operation on the supplied authenticated DirContext instance.
 

Method Detail

executeWithContext

void executeWithContext(javax.naming.directory.DirContext ctx,
                        LdapEntryIdentification ldapEntryIdentification)
Perform some LDAP operation on the supplied authenticated DirContext instance. The target context will be automatically closed.

Parameters:
ctx - the DirContext instance to perform an operation on.
ldapEntryIdentification - the identification of the LDAP entry used to authenticate the supplied DirContext.