org.springframework.security.authentication.event
Class AbstractAuthenticationFailureEvent
java.lang.Object
  
java.util.EventObject
      
org.springframework.context.ApplicationEvent
          
org.springframework.security.authentication.event.AbstractAuthenticationEvent
              
org.springframework.security.authentication.event.AbstractAuthenticationFailureEvent
- All Implemented Interfaces: 
 - Serializable
 
- Direct Known Subclasses: 
 - AuthenticationFailureBadCredentialsEvent, AuthenticationFailureCredentialsExpiredEvent, AuthenticationFailureDisabledEvent, AuthenticationFailureExpiredEvent, AuthenticationFailureLockedEvent, AuthenticationFailureProviderNotFoundEvent, AuthenticationFailureProxyUntrustedEvent, AuthenticationFailureServiceExceptionEvent
 
public abstract class AbstractAuthenticationFailureEvent
- extends AbstractAuthenticationEvent
 
Abstract application event which indicates authentication failure for some reason.
- See Also:
 - Serialized Form
 
 
 
 
 
 
 
 
 
AbstractAuthenticationFailureEvent
public AbstractAuthenticationFailureEvent(Authentication authentication,
                                          AuthenticationException exception)
getException
public AuthenticationException getException()