Package | Description |
---|---|
org.opensaml.saml.common.binding.artifact |
Classes supporting SAML artifact use.
|
org.opensaml.saml.criterion |
Criterion based on SAML message/protocol information. |
org.opensaml.saml.saml1.binding.artifact |
Classes that may be used to create and manipulate SAML 1 artifacts.
|
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 |
SAMLSourceIDArtifact
A specialization of
SAMLArtifact which exposes a source ID. |
interface |
SAMLSourceLocationArtifact
A specialization of
SAMLArtifact which exposes a source location URI. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSAMLArtifact
Base class for SAML artifacts.
|
Modifier and Type | Field and Description |
---|---|
private SAMLArtifact |
ArtifactCriterion.artifact
The SourceID value.
|
Modifier and Type | Method and Description |
---|---|
SAMLArtifact |
ArtifactCriterion.getArtifact()
Get the SAML artifact.
|
Constructor and Description |
---|
ArtifactCriterion(SAMLArtifact newArtifact)
Constructor.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SAML1Artifact
Interface marker for SAML 1 artifacts.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSAML1Artifact
SAML 1 Artifact marker.
|
class |
SAML1ArtifactType0001
SAML 1.X Type 0x0001 Artifact.
|
class |
SAML1ArtifactType0002
SAML 1 Type 0x0002 Artifact.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SAML2Artifact
Interface for SAML 2 artifacts.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSAML2Artifact
SAML 2 Artifact base class.
|
class |
SAML2ArtifactType0004
SAML 2 Type 0x004 Artifact.
|
Copyright © 1999–2020 Shibboleth Consortium. All rights reserved.