Package org.springframework.ldap.core
Interface AuthenticatedLdapEntryContextCallback
- All Known Implementing Classes:
- LookupAttemptingCallback
public interface AuthenticatedLdapEntryContextCallback
Callback interface to be used in the authentication methods in 
LdapOperations
 for performing operations on individually authenticated contexts.- Since:
- 1.3
- 
Method SummaryModifier and TypeMethodDescriptionvoidexecuteWithContext(DirContext ctx, LdapEntryIdentification ldapEntryIdentification) Perform some LDAP operation on the supplied authenticatedDirContextinstance.
- 
Method Details- 
executeWithContextPerform some LDAP operation on the supplied authenticatedDirContextinstance. The target context will be automatically closed.- Parameters:
- ctx- the- DirContextinstance to perform an operation on.
- ldapEntryIdentification- the identification of the LDAP entry used to authenticate the supplied- DirContext.
 
 
-