|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.saml1.binding.artifact.SAML1ArtifactType0001Builder
public class SAML1ArtifactType0001Builder
Builder of SAML 1, type 0x001, artifacts.
Field Summary | |
---|---|
static java.lang.String |
HASH_ALGORHTM
Hash algorithm used to construct the source ID. |
Constructor Summary | |
---|---|
SAML1ArtifactType0001Builder()
|
Method Summary | |
---|---|
SAML1ArtifactType0001 |
buildArtifact(byte[] artifact)
Builds a populated artifact given the artifact's byte-array representation. |
SAML1ArtifactType0001 |
buildArtifact(java.lang.String relyingParty)
Builds an empty artifact of a specific type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String HASH_ALGORHTM
Constructor Detail |
---|
public SAML1ArtifactType0001Builder()
Method Detail |
---|
public SAML1ArtifactType0001 buildArtifact(java.lang.String relyingParty)
buildArtifact
in interface SAMLArtifactBuilder<SAML1ArtifactType0001>
relyingParty
- the relying party the artifact is for
public SAML1ArtifactType0001 buildArtifact(byte[] artifact)
buildArtifact
in interface SAMLArtifactBuilder<SAML1ArtifactType0001>
artifact
- the byte representation of the artifact
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |