org.springframework.security.authentication.event
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
public class AuthenticationFailureServiceExceptionEvent
- extends AbstractAuthenticationFailureEvent
Application event which indicates authentication failure due to there being a problem internal to the
AuthenticationManager
.
- See Also:
- Serialized Form
AuthenticationFailureServiceExceptionEvent
public AuthenticationFailureServiceExceptionEvent(Authentication authentication,
AuthenticationException exception)