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.profile Classes for 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.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.
-