Uses of Class
se.swedenconnect.spring.saml.idp.events.Saml2PreUserAuthenticationEvent
Package
Description
Audit logging support.
Event handling.
-
Uses of Saml2PreUserAuthenticationEvent in se.swedenconnect.spring.saml.idp.audit
Modifier and TypeMethodDescriptionprotected void
Saml2IdpAuditListener.onPreUserAuthenticationEvent
(Saml2PreUserAuthenticationEvent event) An event that is fired after we have received and successfully processed a SAML request, but before the user is authenticated. -
Uses of Saml2PreUserAuthenticationEvent in se.swedenconnect.spring.saml.idp.events
Modifier and TypeMethodDescriptionprotected void
AbstractSaml2IdpEventListener.onPreUserAuthenticationEvent
(Saml2PreUserAuthenticationEvent event) Handles aSaml2PreUserAuthenticationEvent
event.