public class SAML1ArtifactType0001Builder extends Object implements SAML1ArtifactBuilder<SAML1ArtifactType0001>
Constructor and Description |
---|
SAML1ArtifactType0001Builder() |
Modifier and Type | Method and Description |
---|---|
SAML1ArtifactType0001 |
buildArtifact(byte[] artifact)
Builds a populated artifact given the artifact's byte-array representation.
|
SAML1ArtifactType0001 |
buildArtifact(SAMLMessageContext<RequestAbstractType,Response,NameIdentifier> requestContext,
Assertion assertion)
Builds an artifact, for the given assertion, destined for the outbound message recipient.
|
public SAML1ArtifactType0001 buildArtifact(byte[] artifact)
buildArtifact
in interface SAML1ArtifactBuilder<SAML1ArtifactType0001>
artifact
- the byte representation of the artifactpublic SAML1ArtifactType0001 buildArtifact(SAMLMessageContext<RequestAbstractType,Response,NameIdentifier> requestContext, Assertion assertion)
buildArtifact
in interface SAML1ArtifactBuilder<SAML1ArtifactType0001>
requestContext
- request contextassertion
- assertion to build artifact forCopyright © 2018 JBoss by Red Hat. All rights reserved.