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 java.util.EventObject
source
-
Constructor Summary
-
Method Summary
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
AbstractSaml2IdpEvent
Constructor.- Parameters:
source
- the object with which the event is associated (nevernull
)
-