Class Saml2PostUserAuthenticationEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
se.swedenconnect.spring.saml.idp.events.AbstractSaml2IdpEvent
se.swedenconnect.spring.saml.idp.events.Saml2PostUserAuthenticationEvent
- All Implemented Interfaces:
Serializable
An event that is fired after the user has been authenticated by a
UserAuthenticationProvider
but before we
filter release attributes and compile the SAML assertion.- Author:
- Martin Lindström
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets theSaml2UserAuthentication
representing the user authentication.Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
Saml2PostUserAuthenticationEvent
Constructor.- Parameters:
auth
- theSaml2UserAuthentication
-
-
Method Details
-
getUserAuthentication
Gets theSaml2UserAuthentication
representing the user authentication.- Returns:
- a
Saml2UserAuthentication
-