Package | Description |
---|---|
org.opensaml.saml1.binding.artifact |
Classes that may be used to create and manipulate SAML artifacts.
|
Modifier and Type | Method and Description |
---|---|
SAML1ArtifactType0001 |
SAML1ArtifactType0001Builder.buildArtifact(byte[] artifact)
Builds a populated artifact given the artifact's byte-array representation.
|
SAML1ArtifactType0001 |
SAML1ArtifactType0001Builder.buildArtifact(SAMLMessageContext<RequestAbstractType,Response,NameIdentifier> requestContext,
Assertion assertion)
Builds an artifact, for the given assertion, destined for the outbound message recipient.
|
static SAML1ArtifactType0001 |
SAML1ArtifactType0001.parseArtifact(byte[] artifact)
Constructs a SAML 1 artifact from its byte array representation.
|
Copyright © 1999-2013. All Rights Reserved.