Package | Description |
---|---|
org.opensaml.common.binding.artifact |
Classes that may be used to create and manipulate SAML artifacts.
|
org.opensaml.saml1.binding.decoding |
Classes used to decode SAML messages.
|
org.opensaml.saml1.binding.encoding |
Classes used to encode SAML messages.
|
org.opensaml.saml2.binding.encoding |
Classes used to encode SAML 2 messages.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicSAMLArtifactMap
Basic artifact map implementation that uses a
StorageService to store and retrieve artifacts. |
Modifier and Type | Method and Description |
---|---|
SAMLArtifactMap |
BaseSAML1MessageDecoder.getArtifactMap()
Gets the artifact map used to retrieve SAML information from an artifact.
|
Constructor and Description |
---|
BaseSAML1MessageDecoder(SAMLArtifactMap map)
Deprecated.
|
BaseSAML1MessageDecoder(SAMLArtifactMap map,
org.opensaml.xml.parse.ParserPool pool)
Deprecated.
|
HTTPArtifactDecoder(SAMLArtifactMap map,
org.opensaml.xml.parse.ParserPool pool)
Constructor.
|
HTTPPostDecoder(SAMLArtifactMap map)
Deprecated.
|
HTTPPostDecoder(SAMLArtifactMap map,
org.opensaml.xml.parse.ParserPool pool)
Deprecated.
|
HTTPSOAP11Decoder(SAMLArtifactMap map)
Deprecated.
|
HTTPSOAP11Decoder(SAMLArtifactMap map,
org.opensaml.xml.parse.ParserPool pool)
Deprecated.
|
Constructor and Description |
---|
HTTPArtifactEncoder(SAMLArtifactMap map)
Constructor.
|
Constructor and Description |
---|
HTTPArtifactEncoder(org.apache.velocity.app.VelocityEngine engine,
String template,
SAMLArtifactMap map)
Constructor.
|
Copyright © 1999-2013. All Rights Reserved.