|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ArtifactType - type of artifact built by this builderpublic interface SAML2ArtifactBuilder<ArtifactType extends AbstractSAML2Artifact>
Builder of typed SAML 2 artifacts. Builders must be thread safe and reusable.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
ArtifactType buildArtifact(SAMLMessageContext<SAMLObject,SAMLObject,NameID> requestContext)
requestContext - request context
ArtifactType buildArtifact(byte[] artifact)
artifact - the byte representation of the artifact
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||