Class Saml2PreUserAuthenticationEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
se.swedenconnect.spring.saml.idp.events.AbstractSaml2IdpEvent
se.swedenconnect.spring.saml.idp.events.Saml2PreUserAuthenticationEvent
- All Implemented Interfaces:
Serializable
An event that is signalled before the user is handed over to the
UserAuthenticationProvider
to be
authenticated.- Author:
- Martin Lindström
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionConstructor. -
Method Summary
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
Saml2PreUserAuthenticationEvent
Constructor.- Parameters:
authn
- theSaml2UserAuthenticationInputToken
-
-
Method Details
-
getUserAuthenticationInput
Gets theSaml2UserAuthenticationInputToken
.- Returns:
- the
Saml2UserAuthenticationInputToken
-