public interface AuthenticatedLdapEntryContextCallback
LdapOperations for performing operations on individually
authenticated contexts.| Modifier and Type | Method and Description |
|---|---|
void |
executeWithContext(DirContext ctx,
LdapEntryIdentification ldapEntryIdentification)
Perform some LDAP operation on the supplied authenticated
DirContext instance. |
void executeWithContext(DirContext ctx, LdapEntryIdentification ldapEntryIdentification)
DirContext instance. The target context will be
automatically closed.ctx - the DirContext instance to perform an operation
on.ldapEntryIdentification - the identification of the LDAP entry used
to authenticate the supplied DirContext.