Uses of Class
se.swedenconnect.spring.saml.idp.events.Saml2ErrorResponseEvent
Packages that use Saml2ErrorResponseEvent
Package
Description
Audit logging support.
Event handling.
-
Uses of Saml2ErrorResponseEvent in se.swedenconnect.spring.saml.idp.audit
Methods in se.swedenconnect.spring.saml.idp.audit with parameters of type Saml2ErrorResponseEventModifier and TypeMethodDescriptionprotected void
Saml2IdpAuditListener.onErrorResponseEvent
(Saml2ErrorResponseEvent event) An error SAML status is about to be sent. -
Uses of Saml2ErrorResponseEvent in se.swedenconnect.spring.saml.idp.events
Methods in se.swedenconnect.spring.saml.idp.events with parameters of type Saml2ErrorResponseEventModifier and TypeMethodDescriptionprotected void
AbstractSaml2IdpEventListener.onErrorResponseEvent
(Saml2ErrorResponseEvent event) Handles aSaml2ErrorResponseEvent
event.