public class SAML2ArtifactType0004Builder extends Object implements SAML2ArtifactBuilder<SAML2ArtifactType0004>
Constructor and Description |
---|
SAML2ArtifactType0004Builder() |
Modifier and Type | Method and Description |
---|---|
SAML2ArtifactType0004 |
buildArtifact(byte[] artifact)
Builds a populated artifact given the artifact's byte-array representation.
|
SAML2ArtifactType0004 |
buildArtifact(SAMLMessageContext<SAMLObject,SAMLObject,NameID> requestContext)
Builds an artifact, for the given assertion, destined for the outbound message recipient.
|
protected Endpoint |
getAcsEndpoint(SAMLMessageContext<SAMLObject,SAMLObject,NameID> requestContext)
Gets the source location used to for the artifacts created by this encoder.
|
public SAML2ArtifactType0004 buildArtifact(byte[] artifact)
buildArtifact
in interface SAML2ArtifactBuilder<SAML2ArtifactType0004>
artifact
- the byte representation of the artifactpublic SAML2ArtifactType0004 buildArtifact(SAMLMessageContext<SAMLObject,SAMLObject,NameID> requestContext)
buildArtifact
in interface SAML2ArtifactBuilder<SAML2ArtifactType0004>
requestContext
- request contextprotected Endpoint getAcsEndpoint(SAMLMessageContext<SAMLObject,SAMLObject,NameID> requestContext)
requestContext
- current request contextCopyright © 1999-2013. All Rights Reserved.