Package org.springframework.ldap.core
Interface AuthenticationErrorCallback
-
- All Known Implementing Classes:
CollectingAuthenticationErrorCallback
public interface AuthenticationErrorCallbackCallback interface to be used in the authentication methods inLdapOperationsfor performing operations when there are authentication errors. Can be useful when the cause of the authentication failure needs to be retrieved.- Since:
- 1.3.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute(java.lang.Exception e)This method will be called with the authentication exception in case there is a problem with the authentication.
-