org.springframework.security.event.authentication
Class AbstractAuthenticationFailureEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.security.event.authentication.AbstractAuthenticationEvent
org.springframework.security.event.authentication.AbstractAuthenticationFailureEvent
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AuthenticationFailureBadCredentialsEvent, AuthenticationFailureConcurrentLoginEvent, AuthenticationFailureCredentialsExpiredEvent, AuthenticationFailureDisabledEvent, AuthenticationFailureExpiredEvent, AuthenticationFailureLockedEvent, AuthenticationFailureProviderNotFoundEvent, AuthenticationFailureProxyUntrustedEvent, AuthenticationFailureServiceExceptionEvent
public abstract class AbstractAuthenticationFailureEvent
- extends AbstractAuthenticationEvent
Abstract application event which indicates authentication failure for some reason.
- Version:
- $Id$
- Author:
- Ben Alex
- See Also:
- Serialized Form
AbstractAuthenticationFailureEvent
public AbstractAuthenticationFailureEvent(Authentication authentication,
AuthenticationException exception)
getException
public AuthenticationException getException()
Copyright © 2004-2010 SpringSource, Inc. All Rights Reserved.