Package | Description |
---|---|
org.opensaml.common.binding.artifact |
Classes that may be used to create and manipulate SAML artifacts.
|
org.opensaml.util.storage |
Interfaces and classes for storing state data of the type used in replay caches, conversation identifiers, etc.
|
Constructor and Description |
---|
BasicSAMLArtifactMap(ParserPool parser,
StorageService<String,SAMLArtifactMap.SAMLArtifactMapEntry> storage,
long lifetime)
Deprecated.
|
BasicSAMLArtifactMap(SAMLArtifactMap.SAMLArtifactMapEntryFactory factory,
StorageService<String,SAMLArtifactMap.SAMLArtifactMapEntry> storage,
long lifetime)
Constructor.
|
BasicSAMLArtifactMap(SAMLArtifactMap.SAMLArtifactMapEntryFactory factory,
StorageService<String,SAMLArtifactMap.SAMLArtifactMapEntry> storage,
String storageParition,
long lifetime)
Constructor.
|
BasicSAMLArtifactMap(StorageService<String,SAMLArtifactMap.SAMLArtifactMapEntry> storage,
long lifetime)
Constructor.
|
BasicSAMLArtifactMap(StorageService<String,SAMLArtifactMap.SAMLArtifactMapEntry> storage,
String storageParition,
long lifetime)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
MapBasedStorageService<KeyType,ValueType>
A simple
Map based StorageService implementation. |
Constructor and Description |
---|
ExpiringObjectStorageServiceSweeper(Timer taskTimer,
long interval,
StorageService sweptStore)
Constructor.
|
ExpiringObjectStorageServiceSweeper(Timer taskTimer,
long interval,
StorageService sweptStore,
Set<String> sweptPartitions)
Constructor.
|
ReplayCache(StorageService<String,ReplayCacheEntry> storageService,
long duration)
Constructor.
|
ReplayCache(StorageService<String,ReplayCacheEntry> storageService,
String storageParition,
long duration)
Constructor.
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.