|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.saml1.binding.artifact.SAML1ArtifactType0002Builder
public class SAML1ArtifactType0002Builder
SAML 1, type 0x0002, artifact builder.
Constructor Summary | |
---|---|
SAML1ArtifactType0002Builder()
|
Method Summary | |
---|---|
SAML1ArtifactType0002 |
buildArtifact(byte[] artifact)
Builds a populated artifact given the artifact's byte-array representation. |
SAML1ArtifactType0002 |
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 |
Constructor Detail |
---|
public SAML1ArtifactType0002Builder()
Method Detail |
---|
public SAML1ArtifactType0002 buildArtifact(java.lang.String relyingParty)
buildArtifact
in interface SAMLArtifactBuilder<SAML1ArtifactType0002>
relyingParty
- the relying party the artifact is for
public SAML1ArtifactType0002 buildArtifact(byte[] artifact)
buildArtifact
in interface SAMLArtifactBuilder<SAML1ArtifactType0002>
artifact
- the byte representation of the artifact
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |