public class SAML1ArtifactType0002Builder extends Object implements SAML1ArtifactBuilder<SAML1ArtifactType0002>
| Constructor and Description |
|---|
SAML1ArtifactType0002Builder() |
| Modifier and Type | Method and Description |
|---|---|
SAML1ArtifactType0002 |
buildArtifact(byte[] artifact)
Builds a populated artifact given the artifact's byte-array representation.
|
SAML1ArtifactType0002 |
buildArtifact(SAMLMessageContext<RequestAbstractType,Response,NameIdentifier> requestContext,
Assertion assertion)
Builds an artifact, for the given assertion, destined for the outbound message recipient.
|
protected String |
getSourceLocation(SAMLMessageContext<RequestAbstractType,Response,NameIdentifier> requestContext)
Gets the source location used to for the artifacts created by this encoder.
|
public SAML1ArtifactType0002 buildArtifact(byte[] artifact)
buildArtifact in interface SAML1ArtifactBuilder<SAML1ArtifactType0002>artifact - the byte representation of the artifactpublic SAML1ArtifactType0002 buildArtifact(SAMLMessageContext<RequestAbstractType,Response,NameIdentifier> requestContext, Assertion assertion)
buildArtifact in interface SAML1ArtifactBuilder<SAML1ArtifactType0002>requestContext - request contextassertion - assertion to build artifact forprotected String getSourceLocation(SAMLMessageContext<RequestAbstractType,Response,NameIdentifier> requestContext)
requestContext - current request contextCopyright © 1999–2015. All rights reserved.