Package org.opensaml.saml.common.profile.impl
package org.opensaml.saml.common.profile.impl
Actions and classes common to both SAML versions.
-
ClassesClassDescriptionAction adds an audience restriction condition to every assertion contained in a SAML 1/2 response, with the audiences obtained from a lookup function.Action that adds the
InResponseTo
attribute to a response message if a SAML message ID is set on the inbound message context.Default lookup of request ID from inbound message context, suppressing lookup for bindings known to be supplying artificial IDs.Action that adds theNotBefore
attribute to every assertion in a SAML 1/2 response message.Action that adds theNotBefore
attribute to every assertion in a SAML 1/2 response message.ChainingNameIdentifierGenerator<NameIdType extends SAMLObject>A compound implementation of theNameIdentifierGenerator
interface that wraps a sequence of candidate generators along with a default to try if no format-specific options are available.Action that resolves and populatesSignatureSigningParameters
on aSecurityParametersContext
created/accessed via a lookup function, by default on the outbound message context.Action that signs assertions in a SAML 1/2 Response returned by a lookup strategy, by default the message returned byInOutOperationContext.getOutboundMessageContext()
.Action that verifies two sets ofChannelBindings
from two differentChannelBindingsContext
objects obtained via lookup functions, by default from below the inbound message context and from below aSOAP11Context
below the inbound message context.