|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.saml2.binding.artifact.SAML2ArtifactType0004Builder
public class SAML2ArtifactType0004Builder
SAML 2, type 0x0004, artifact builder.
Field Summary | |
---|---|
static java.lang.String |
HASH_ALGORHTM
Hash algorithm used to construct the source ID. |
Constructor Summary | |
---|---|
SAML2ArtifactType0004Builder()
|
Method Summary | |
---|---|
SAML2ArtifactType0004 |
buildArtifact(byte[] artifact)
Builds a populated artifact given the artifact's byte-array representation. |
SAML2ArtifactType0004 |
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 SAML2ArtifactType0004Builder()
Method Detail |
---|
public SAML2ArtifactType0004 buildArtifact(java.lang.String relyingParty)
buildArtifact
in interface SAMLArtifactBuilder<SAML2ArtifactType0004>
relyingParty
- the relying party the artifact is for
public SAML2ArtifactType0004 buildArtifact(byte[] artifact)
buildArtifact
in interface SAMLArtifactBuilder<SAML2ArtifactType0004>
artifact
- the byte representation of the artifact
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |