Package net.shibboleth.idp.saml.session.impl
Implementation classes for SAML-specific session functionality.
-
Class Summary Class Description AddLogoutRequest Action that creates aLogoutRequest
based on anSAML2SPSession
in aLogoutPropagationContext
and sets it as the message returned byInOutOperationContext.getOutboundMessageContext()
.PrepareInboundMessageContext Action that adds an inboundMessageContext
and aSAMLPeerEntityContext
to theProfileRequestContext
based on the identity of a relying party, by default from aSAML2SPSession
found in aLogoutPropagationContext
.SAML1SPSessionCreationStrategy A function to create aSAML1SPSession
based on profile execution state.SAML1SPSessionSerializer A serializer forSAML1SPSession
objects.SAML2SPSessionCreationStrategy A function to create aSAML2SPSession
based on profile execution state.SAML2SPSessionSerializer A serializer forSAML2SPSession
objects.