public final class CollectingAuthenticationErrorCallback extends Object implements AuthenticationErrorCallback
| Constructor and Description |
|---|
CollectingAuthenticationErrorCallback() |
| 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.
|
Exception |
getError() |
public CollectingAuthenticationErrorCallback()
public void execute(Exception e)
AuthenticationErrorCallbackexecute in interface AuthenticationErrorCallbacke - the exception that was caught in the authentication methodpublic Exception getError()
Copyright © 2005–2021 The Spring LDAP Framework. All rights reserved.