ArtifactType - type of artifact built by this builderpublic interface SAML1ArtifactBuilder<ArtifactType extends AbstractSAML1Artifact>
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ArtifactType |
buildArtifact(byte[] artifact)
Builds a populated artifact given the artifact's byte-array representation.
|
ArtifactType |
buildArtifact(SAMLMessageContext<RequestAbstractType,Response,NameIdentifier> requestContext,
Assertion assertion)
Builds an artifact, for the given assertion, destined for the outbound message recipient.
|
ArtifactType buildArtifact(SAMLMessageContext<RequestAbstractType,Response,NameIdentifier> requestContext, Assertion assertion)
requestContext - request contextassertion - assertion to build artifact forArtifactType buildArtifact(byte[] artifact)
artifact - the byte representation of the artifactCopyright © 2012. All Rights Reserved.