Uses of Interface
org.opensaml.saml.saml1.core.Assertion
Packages that use Assertion
Package
Description
Classes that may be used to create and manipulate SAML 1 artifacts.
Interfaces for SAML 1.0 and 1.1 types and elements.
Implementations of SAML 1.x core specification types and elements.
Classes for SAML 1.x profile behavior.
Implementations of SAML 1.x profile behavior.
-
Uses of Assertion in org.opensaml.saml.saml1.binding.artifact
Methods in org.opensaml.saml.saml1.binding.artifact with parameters of type AssertionModifier and TypeMethodDescriptionSAML1ArtifactBuilder.buildArtifact
(MessageContext requestContext, Assertion assertion) Builds an artifact, for the given assertion, destined for the outbound message recipient.SAML1ArtifactType0001Builder.buildArtifact
(MessageContext requestContext, Assertion assertion) Builds an artifact, for the given assertion, destined for the outbound message recipient.SAML1ArtifactType0002Builder.buildArtifact
(MessageContext requestContext, Assertion assertion) Builds an artifact, for the given assertion, destined for the outbound message recipient. -
Uses of Assertion in org.opensaml.saml.saml1.core
Methods in org.opensaml.saml.saml1.core that return types with arguments of type AssertionModifier and TypeMethodDescriptionAdvice.getAssertions()
Get the Assertions.Evidence.getAssertions()
Get the list of Assertions.Response.getAssertions()
Return the objects representing theAssertion
(element). -
Uses of Assertion in org.opensaml.saml.saml1.core.impl
Classes in org.opensaml.saml.saml1.core.impl that implement AssertionModifier and TypeClassDescriptionclass
This class implements the SAML 1Assertion
statement.Fields in org.opensaml.saml.saml1.core.impl with type parameters of type AssertionModifier and TypeFieldDescriptionprivate final XMLObjectChildrenList<Assertion>
ResponseImpl.assertions
List of all the Assertions.Methods in org.opensaml.saml.saml1.core.impl that return types with arguments of type AssertionModifier and TypeMethodDescriptionAdviceImpl.getAssertions()
Get the Assertions.EvidenceImpl.getAssertions()
Get the list of Assertions.ResponseImpl.getAssertions()
Return the objects representing theAssertion
(element). -
Uses of Assertion in org.opensaml.saml.saml1.profile
Methods in org.opensaml.saml.saml1.profile that return AssertionModifier and TypeMethodDescriptionstatic Assertion
SAML1ActionSupport.addAssertionToResponse
(AbstractProfileAction action, Response response, IdentifierGenerationStrategy idGenerator, String issuer) static Assertion
SAML1ActionSupport.buildAssertion
(AbstractProfileAction action, IdentifierGenerationStrategy idGenerator, String issuer) Constructs anAssertion
using the parameters supplied, with its issue instant set to the current time.Methods in org.opensaml.saml.saml1.profile with parameters of type AssertionModifier and TypeMethodDescriptionstatic Conditions
SAML1ActionSupport.addConditionsToAssertion
(AbstractProfileAction action, Assertion assertion) Creates and adds aConditions
to a givenAssertion
. -
Uses of Assertion in org.opensaml.saml.saml1.profile.impl
Fields in org.opensaml.saml.saml1.profile.impl with type parameters of type AssertionModifier and TypeFieldDescriptionAddNameIdentifierToSubjects.assertions
Assertions to modify.private Function<ProfileRequestContext,
List<Assertion>> AddNameIdentifierToSubjects.assertionsLookupStrategy
Strategy used to locate theAssertion
s to operate on.Methods in org.opensaml.saml.saml1.profile.impl that return types with arguments of type AssertionModifier and TypeMethodDescriptionAddNameIdentifierToSubjects.AssertionStrategy.apply
(ProfileRequestContext input) Method parameters in org.opensaml.saml.saml1.profile.impl with type arguments of type AssertionModifier and TypeMethodDescriptionvoid
AddNameIdentifierToSubjects.setAssertionsLookupStrategy
(Function<ProfileRequestContext, List<Assertion>> strategy) Set the strategy used to locate theAssertion
s to operate on.