Package | Description |
---|---|
org.opensaml.common.binding.artifact |
Classes that may be used to create and manipulate SAML artifacts.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicSAMLArtifactMapEntry
Basic implementation of
SAMLArtifactMap.SAMLArtifactMapEntry . |
Modifier and Type | Method and Description |
---|---|
SAMLArtifactMap.SAMLArtifactMapEntry |
SAMLArtifactMap.get(String artifact)
Gets the artifact entry for the given artifact.
|
SAMLArtifactMap.SAMLArtifactMapEntry |
BasicSAMLArtifactMap.get(String artifact)
Gets the artifact entry for the given artifact.
|
SAMLArtifactMap.SAMLArtifactMapEntry |
SAMLArtifactMap.SAMLArtifactMapEntryFactory.newEntry(String artifact,
String issuerId,
String relyingPartyId,
SAMLObject samlMessage,
long lifetime)
Factory method which produces a
SAMLArtifactMap.SAMLArtifactMapEntry . |
SAMLArtifactMap.SAMLArtifactMapEntry |
BasicSAMLArtifactMapEntryFactory.newEntry(String artifact,
String issuerId,
String relyingPartyId,
SAMLObject samlMessage,
long lifetime)
Factory method which produces a
SAMLArtifactMap.SAMLArtifactMapEntry . |
Constructor and Description |
---|
BasicSAMLArtifactMap(org.opensaml.xml.parse.ParserPool parser,
org.opensaml.util.storage.StorageService<String,SAMLArtifactMap.SAMLArtifactMapEntry> storage,
long lifetime)
Deprecated.
|
BasicSAMLArtifactMap(SAMLArtifactMap.SAMLArtifactMapEntryFactory factory,
org.opensaml.util.storage.StorageService<String,SAMLArtifactMap.SAMLArtifactMapEntry> storage,
long lifetime)
Constructor.
|
BasicSAMLArtifactMap(SAMLArtifactMap.SAMLArtifactMapEntryFactory factory,
org.opensaml.util.storage.StorageService<String,SAMLArtifactMap.SAMLArtifactMapEntry> storage,
String storageParition,
long lifetime)
Constructor.
|
BasicSAMLArtifactMap(org.opensaml.util.storage.StorageService<String,SAMLArtifactMap.SAMLArtifactMapEntry> storage,
long lifetime)
Constructor.
|
BasicSAMLArtifactMap(org.opensaml.util.storage.StorageService<String,SAMLArtifactMap.SAMLArtifactMapEntry> storage,
String storageParition,
long lifetime)
Constructor.
|
Copyright © 1999-2013. All Rights Reserved.