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
Abstract base class for all events published by the SAML IdP.
- Author:
- Martin Lindström
- See Also:
-
Field Summary
Fields inherited from class EventObject
source -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ApplicationEvent
getTimestampMethods inherited from class EventObject
getSource, toString
-
Constructor Details
-
AbstractSaml2IdpEvent
Constructor.- Parameters:
source- the object with which the event is associated (nevernull)
-