Class AuthenticationFailureServiceExceptionEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.security.authentication.event.AbstractAuthenticationEvent
org.springframework.security.authentication.event.AbstractAuthenticationFailureEvent
org.springframework.security.authentication.event.AuthenticationFailureServiceExceptionEvent
- All Implemented Interfaces:
- Serializable
Application event which indicates authentication failure due to there being a problem
 internal to the 
AuthenticationManager.- See Also:
- 
Field SummaryFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructorsConstructorDescriptionAuthenticationFailureServiceExceptionEvent(Authentication authentication, AuthenticationException exception) 
- 
Method SummaryMethods inherited from class org.springframework.security.authentication.event.AbstractAuthenticationFailureEventgetExceptionMethods inherited from class org.springframework.security.authentication.event.AbstractAuthenticationEventgetAuthenticationMethods inherited from class org.springframework.context.ApplicationEventgetTimestampMethods inherited from class java.util.EventObjectgetSource, toString
- 
Constructor Details- 
AuthenticationFailureServiceExceptionEventpublic AuthenticationFailureServiceExceptionEvent(Authentication authentication, AuthenticationException exception) 
 
-