Uses of Class
org.opensaml.saml.saml1.binding.artifact.SAML1ArtifactType0001
Packages that use SAML1ArtifactType0001
Package
Description
Classes that may be used to create and manipulate SAML 1 artifacts.
-
Uses of SAML1ArtifactType0001 in org.opensaml.saml.saml1.binding.artifact
Methods in org.opensaml.saml.saml1.binding.artifact that return SAML1ArtifactType0001Modifier and TypeMethodDescriptionSAML1ArtifactType0001Builder.buildArtifact(byte[] artifact) Builds a populated artifact given the artifact's byte-array representation.SAML1ArtifactType0001Builder.buildArtifact(MessageContext requestContext, Assertion assertion) Builds an artifact, for the given assertion, destined for the outbound message recipient.static SAML1ArtifactType0001SAML1ArtifactType0001.parseArtifact(byte[] artifact) Constructs a SAML 1 artifact from its byte array representation.