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 TypeClassDescriptionclassThis class implements the SAML 1Assertionstatement.Fields in org.opensaml.saml.saml1.core.impl with type parameters of type AssertionModifier and TypeFieldDescriptionprivate final XMLObjectChildrenList<Assertion>ResponseImpl.assertionsList 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 AssertionSAML1ActionSupport.addAssertionToResponse(AbstractProfileAction action, Response response, IdentifierGenerationStrategy idGenerator, String issuer) static AssertionSAML1ActionSupport.buildAssertion(AbstractProfileAction action, IdentifierGenerationStrategy idGenerator, String issuer) Constructs anAssertionusing 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 ConditionsSAML1ActionSupport.addConditionsToAssertion(AbstractProfileAction action, Assertion assertion) Creates and adds aConditionsto 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.assertionsAssertions to modify.private Function<ProfileRequestContext,List<Assertion>> AddNameIdentifierToSubjects.assertionsLookupStrategyStrategy used to locate theAssertions 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 TypeMethodDescriptionvoidAddNameIdentifierToSubjects.setAssertionsLookupStrategy(Function<ProfileRequestContext, List<Assertion>> strategy) Set the strategy used to locate theAssertions to operate on. -
Uses of Assertion in org.opensaml.saml.saml1.testing
Methods in org.opensaml.saml.saml1.testing that return AssertionModifier and TypeMethodDescriptionstatic AssertionSAML1ActionTestingSupport.buildAssertion()Builds an empty assertion.