Class Saml2SuccessResponseEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
se.swedenconnect.spring.saml.idp.events.AbstractSaml2IdpEvent
se.swedenconnect.spring.saml.idp.events.Saml2SuccessResponseEvent
- All Implemented Interfaces:
Serializable
An event that signals that a successful SAML response is being sent.
- Author:
- Martin Lindström
- See Also:
-
Field Summary
Fields inherited from class EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionSaml2SuccessResponseEvent(Response response, Assertion assertion, String spEntityId) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionGets the (un-encrypted) SAMLAssertionGets the SAML response.Gets the entityID of the SP that we are sending the response to.Methods inherited from class ApplicationEvent
getTimestampMethods inherited from class EventObject
getSource, toString
-
Constructor Details
-
Saml2SuccessResponseEvent
-
-
Method Details
-
getResponse
-
getAssertion
-
getSpEntityId
Gets the entityID of the SP that we are sending the response to.- Returns:
- SP SAML entityID
-