Class AbstractSaml2IdpEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
se.swedenconnect.spring.saml.idp.events.AbstractSaml2IdpEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Saml2AuthnRequestReceivedEvent, Saml2ErrorResponseEvent, Saml2PostUserAuthenticationEvent, Saml2PreUserAuthenticationEvent, Saml2SuccessResponseEvent, Saml2UnrecoverableErrorEvent

public abstract class AbstractSaml2IdpEvent extends ApplicationEvent
Abstract base class for all events published by the SAML IdP.
Author:
Martin Lindström
See Also:
  • Constructor Details

    • AbstractSaml2IdpEvent

      public AbstractSaml2IdpEvent(Object source)
      Constructor.
      Parameters:
      source - the object with which the event is associated (never null)