| Package | Description |
|---|---|
| org.opensaml.saml.common.binding.artifact.impl |
Implementation of SAML artifact mapping.
|
| org.opensaml.saml.saml1.binding.encoding.impl |
SAML 1.x message encoders.
|
| org.opensaml.saml.saml1.binding.impl |
General message handlers for SAML 1.x.
|
| org.opensaml.saml.saml1.profile.impl |
Implementations of SAML 1.x profile behavior.
|
| org.opensaml.saml.saml2.binding.encoding.impl |
SAML 1.x message encoders.
|
| org.opensaml.saml.saml2.profile.impl |
Implementations of SAML 2.0 profile behavior.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicSAMLArtifactMap
Basic artifact map implementation.
|
class |
StorageServiceSAMLArtifactMap
Artifact map implementation backed by
StorageService. |
| Modifier and Type | Field and Description |
|---|---|
private SAMLArtifactMap |
HTTPArtifactEncoder.artifactMap
SAML artifact map used to store created artifacts for later retrival.
|
| Modifier and Type | Method and Description |
|---|---|
SAMLArtifactMap |
HTTPArtifactEncoder.getArtifactMap()
Get the SAML artifact map to use.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HTTPArtifactEncoder.setArtifactMap(SAMLArtifactMap newArtifactMap)
Set the SAML artifact map to use.
|
| Modifier and Type | Field and Description |
|---|---|
private SAMLArtifactMap |
SAML1ArtifactRequestIssuerHandler.artifactMap
Protocol value to add to context.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SAML1ArtifactRequestIssuerHandler.setArtifactMap(SAMLArtifactMap map)
Set the artifact map to use.
|
| Modifier and Type | Field and Description |
|---|---|
private SAMLArtifactMap |
ResolveArtifacts.artifactMap
Artifact mapper.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResolveArtifacts.setArtifactMap(SAMLArtifactMap map)
Set the artifact map to use.
|
| Modifier and Type | Field and Description |
|---|---|
private SAMLArtifactMap |
HTTPArtifactEncoder.artifactMap
SAML artifact map used to store created artifacts for later retrieval.
|
| Modifier and Type | Method and Description |
|---|---|
SAMLArtifactMap |
HTTPArtifactEncoder.getArtifactMap()
Get the SAML artifact map to use.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HTTPArtifactEncoder.setArtifactMap(SAMLArtifactMap newArtifactMap)
Set the SAML artifact map to use.
|
| Modifier and Type | Field and Description |
|---|---|
private SAMLArtifactMap |
ResolveArtifact.artifactMap
Artifact mapper.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResolveArtifact.setArtifactMap(SAMLArtifactMap map)
Set the artifact map to use.
|