Package org.opensaml.saml.common.profile.impl
Actions and classes common to both SAML versions.
-
Class Summary Class Description AddAudienceRestrictionToAssertions Action adds an audience restriction condition to every assertion contained in a SAML 1/2 response, with the audiences obtained from a lookup function.AddInResponseToToResponse Action that adds theInResponseToattribute to a response message if a SAML message ID is set on the inbound message context.AddInResponseToToResponse.DefaultRequestIdLookupStrategy Default lookup of request ID from inbound message context, suppressing lookup for bindings known to be supplying artificial IDs.AddNotBeforeConditionToAssertions Action that adds theNotBeforeattribute to every assertion in a SAML 1/2 response message.AddNotOnOrAfterConditionToAssertions Action that adds theNotBeforeattribute to every assertion in a SAML 1/2 response message.ChainingNameIdentifierGenerator<NameIdType extends SAMLObject> A compound implementation of theNameIdentifierGeneratorinterface that wraps a sequence of candidate generators along with a default to try if no format-specific options are available.PopulateSignatureSigningParameters Action that resolves and populatesSignatureSigningParameterson aSecurityParametersContextcreated/accessed via a lookup function, by default on the outbound message context.SignAssertions Action that signs assertions in a SAML 1/2 Response returned by a lookup strategy, by default the message returned byInOutOperationContext.getOutboundMessageContext().VerifyChannelBindings Action that verifies two sets ofChannelBindingsfrom two differentChannelBindingsContextobjects obtained via lookup functions, by default from below the inbound message context and from below aSOAP11Contextbelow the inbound message context.