ArtifactType
- type of artifact built by this builderpublic interface SAML2ArtifactBuilder<ArtifactType extends AbstractSAML2Artifact>
Modifier and Type | Method and Description |
---|---|
ArtifactType |
buildArtifact(byte[] artifact)
Builds a populated artifact given the artifact's byte-array representation.
|
ArtifactType |
buildArtifact(SAMLMessageContext<SAMLObject,SAMLObject,NameID> requestContext)
Builds an artifact, for the given assertion, destined for the outbound message recipient.
|
ArtifactType buildArtifact(SAMLMessageContext<SAMLObject,SAMLObject,NameID> requestContext)
requestContext
- request contextArtifactType buildArtifact(byte[] artifact)
artifact
- the byte representation of the artifactCopyright © 2018 JBoss by Red Hat. All rights reserved.