Uses of Class
se.swedenconnect.spring.saml.idp.events.AbstractSaml2IdpEvent
-
Uses of AbstractSaml2IdpEvent in se.swedenconnect.spring.saml.idp.events
Modifier and TypeClassDescriptionclass
Event that signals that a SAML2AuthnRequest
has been received.class
An event that signals that a SAML error response is being sent.class
An event that is fired after the user has been authenticated by aUserAuthenticationProvider
but before we filter release attributes and compile the SAML assertion.class
An event that is signalled before the user is handed over to theUserAuthenticationProvider
to be authenticated.class
An event that signals that a successful SAML response is being sent.class
An event that is signalled if anUnrecoverableSaml2IdpException
is thrown.Modifier and TypeMethodDescriptionvoid
AbstractSaml2IdpEventListener.onApplicationEvent
(AbstractSaml2IdpEvent event) Routes the received event to the correct on-method.