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)
AuthenticationErrorCallback
execute
in interface AuthenticationErrorCallback
e
- the exception that was caught in the authentication methodpublic Exception getError()
Copyright © 2005–2015 The Spring LDAP Framework. All rights reserved.