|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SAMLArtifactBuilder<ArtifactType extends SAMLArtifact>
Builder for typed SAML 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(java.lang.String relyingParty)
Builds an empty artifact of a specific type. |
Method Detail |
---|
ArtifactType buildArtifact(java.lang.String relyingParty)
relyingParty
- the relying party the artifact is for
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 |