Uses of Class
se.swedenconnect.spring.saml.idp.events.Saml2PreUserAuthenticationEvent
Packages that use Saml2PreUserAuthenticationEvent
Package
Description
Audit logging support.
Event handling.
-
Uses of Saml2PreUserAuthenticationEvent in se.swedenconnect.spring.saml.idp.audit
Methods in se.swedenconnect.spring.saml.idp.audit with parameters of type Saml2PreUserAuthenticationEventModifier 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
Methods in se.swedenconnect.spring.saml.idp.events with parameters of type Saml2PreUserAuthenticationEventModifier and TypeMethodDescriptionprotected void
AbstractSaml2IdpEventListener.onPreUserAuthenticationEvent
(Saml2PreUserAuthenticationEvent event) Handles aSaml2PreUserAuthenticationEvent
event.