Package | Description |
---|---|
org.opensaml.saml.saml2.binding.artifact |
Classes that may be used to create and manipulate SAML 2 artifacts.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SAML2ArtifactBuilder<ArtifactType extends AbstractSAML2Artifact>
Builder of typed SAML 2 artifacts.
|
Modifier and Type | Class and Description |
---|---|
class |
SAML2ArtifactType0004
SAML 2 Type 0x004 Artifact.
|
Modifier and Type | Method and Description |
---|---|
AbstractSAML2Artifact |
SAML2ArtifactBuilderFactory.buildArtifact(byte[] artifact)
convenience method for getting an artifact builder and parsing the given artifact with it.
|
AbstractSAML2Artifact |
SAML2ArtifactBuilderFactory.buildArtifact(String base64Artifact)
Convenience method for getting an artifact builder and parsing the given Base64 encoded artifact with it.
|
Copyright © 1999–2016 Shibboleth Consortium. All rights reserved.