Class OAuth2AuthenticationFailureEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.security.authentication.event.AbstractAuthenticationEvent
org.springframework.security.authentication.event.AbstractAuthenticationFailureEvent
org.tailormap.api.security.events.OAuth2AuthenticationFailureEvent
All Implemented Interfaces:
Serializable

public class OAuth2AuthenticationFailureEvent extends org.springframework.security.authentication.event.AbstractAuthenticationFailureEvent
See Also:
  • Field Summary

    Fields inherited from class java.util.EventObject

    source
  • Constructor Summary

    Constructors
    Constructor
    Description
    OAuth2AuthenticationFailureEvent(org.springframework.security.core.Authentication authentication, org.springframework.security.core.AuthenticationException exception)
     
  • Method Summary

    Methods inherited from class org.springframework.security.authentication.event.AbstractAuthenticationFailureEvent

    getException

    Methods inherited from class org.springframework.security.authentication.event.AbstractAuthenticationEvent

    getAuthentication

    Methods inherited from class org.springframework.context.ApplicationEvent

    getTimestamp

    Methods inherited from class java.util.EventObject

    getSource, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • OAuth2AuthenticationFailureEvent

      public OAuth2AuthenticationFailureEvent(org.springframework.security.core.Authentication authentication, org.springframework.security.core.AuthenticationException exception)