Class Saml2UnrecoverableErrorEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
se.swedenconnect.spring.saml.idp.events.AbstractSaml2IdpEvent
se.swedenconnect.spring.saml.idp.events.Saml2UnrecoverableErrorEvent
- All Implemented Interfaces:
Serializable
An event that is signalled if an
UnrecoverableSaml2IdpException
is thrown. These types of errors means that
the user can not be redirected back to the SP (i.e., no SAML response can be sent). Instead, an error view is
displayed.- Author:
- Martin Lindström
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionConstructor. -
Method Summary
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
Saml2UnrecoverableErrorEvent
Constructor.- Parameters:
error
- theUnrecoverableSaml2IdpException
-
-
Method Details
-
getError
Gets the error.- Returns:
- the
UnrecoverableSaml2IdpException
-