ArtifactType - type of artifact built by this builderpublic interface SAML1ArtifactBuilder<ArtifactType extends AbstractSAML1Artifact>
| Modifier and Type | Method and Description |
|---|---|
ArtifactType |
buildArtifact(byte[] artifact)
Builds a populated artifact given the artifact's byte-array representation.
|
ArtifactType |
buildArtifact(MessageContext<SAMLObject> requestContext,
Assertion assertion)
Builds an artifact, for the given assertion, destined for the outbound message recipient.
|
@Nullable ArtifactType buildArtifact(@Nonnull MessageContext<SAMLObject> requestContext, @Nonnull Assertion assertion)
requestContext - request contextassertion - assertion to build artifact for@Nullable ArtifactType buildArtifact(@Nonnull@NotEmpty byte[] artifact)
artifact - the byte representation of the artifactCopyright © 1999–2016 Shibboleth Consortium. All rights reserved.