public interface AuthenticationErrorCallback
LdapOperations for performing operations when there
are authentication errors. Can be useful when the cause of the
authentication failure needs to be retrieved.| Modifier and Type | Method and Description |
|---|---|
void |
execute(Exception e)
This method will be called with the authentication exception in
case there is a problem with the authentication.
|
void execute(Exception e)
e - the exception that was caught in the authentication methodCopyright © 2005–2021 The Spring LDAP Framework. All rights reserved.