Uses of Interface
org.opensaml.saml.saml1.core.Assertion
-
Packages that use Assertion Package Description org.opensaml.saml.saml1.binding.artifact Classes that may be used to create and manipulate SAML 1 artifacts.org.opensaml.saml.saml1.core Interfaces for SAML 1.0 and 1.1 types and elements.org.opensaml.saml.saml1.core.impl Implementations of SAML 1.x core specification types and elements.org.opensaml.saml.saml1.profile Classes for SAML 1.x profile behavior.org.opensaml.saml.saml1.profile.impl 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 Assertion Modifier and Type Method Description ArtifactTypeSAML1ArtifactBuilder. buildArtifact(MessageContext requestContext, Assertion assertion)Builds an artifact, for the given assertion, destined for the outbound message recipient.SAML1ArtifactType0001SAML1ArtifactType0001Builder. buildArtifact(MessageContext requestContext, Assertion assertion)Builds an artifact, for the given assertion, destined for the outbound message recipient.SAML1ArtifactType0002SAML1ArtifactType0002Builder. 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 Assertion Modifier and Type Method Description List<Assertion>Advice. getAssertions()Get the Assertions.List<Assertion>Evidence. getAssertions()Get the list of Assertions.List<Assertion>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 Assertion Modifier and Type Class Description classAssertionImplThis class implements the SAML 1Assertionstatement.Fields in org.opensaml.saml.saml1.core.impl with type parameters of type Assertion Modifier and Type Field Description private XMLObjectChildrenList<Assertion>ResponseImpl. assertionsList of all the Assertions.Methods in org.opensaml.saml.saml1.core.impl that return types with arguments of type Assertion Modifier and Type Method Description List<Assertion>AdviceImpl. getAssertions()Get the Assertions.List<Assertion>EvidenceImpl. getAssertions()Get the list of Assertions.List<Assertion>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 Assertion Modifier and Type Method Description static 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 Assertion Modifier and Type Method Description static 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 Assertion Modifier and Type Field Description private List<Assertion>AddNameIdentifierToSubjects. 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 Assertion Modifier and Type Method Description List<Assertion>AddNameIdentifierToSubjects.AssertionStrategy. apply(ProfileRequestContext input)Method parameters in org.opensaml.saml.saml1.profile.impl with type arguments of type Assertion Modifier and Type Method Description voidAddNameIdentifierToSubjects. setAssertionsLookupStrategy(Function<ProfileRequestContext,List<Assertion>> strategy)Set the strategy used to locate theAssertions to operate on.
-