public class AuthenticationAuditListener extends AbstractAuthenticationAuditListener
AbstractAuthenticationAuditListener.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
AUTHENTICATION_FAILURE
Authentication failure event type.
|
static java.lang.String |
AUTHENTICATION_SUCCESS
Authentication success event type.
|
static java.lang.String |
AUTHENTICATION_SWITCH
Authentication switch event type.
|
| Constructor and Description |
|---|
AuthenticationAuditListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onApplicationEvent(org.springframework.security.authentication.event.AbstractAuthenticationEvent event) |
getPublisher, publish, setApplicationEventPublisherpublic static final java.lang.String AUTHENTICATION_SUCCESS
public static final java.lang.String AUTHENTICATION_FAILURE
public static final java.lang.String AUTHENTICATION_SWITCH