Uses of Class
se.swedenconnect.spring.saml.idp.events.AbstractSaml2IdpEvent
Packages that use AbstractSaml2IdpEvent
-
Uses of AbstractSaml2IdpEvent in se.swedenconnect.spring.saml.idp.events
Subclasses of AbstractSaml2IdpEvent in se.swedenconnect.spring.saml.idp.eventsModifier 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.