Package | Description |
---|---|
org.opensaml.saml.common.binding.artifact.impl |
Implementation of SAML artifact mapping.
|
org.opensaml.storage |
Interfaces and classes for storing state data of the type used in replay caches, conversation identifiers, etc.
|
org.opensaml.storage.impl.memcached |
Modifier and Type | Class and Description |
---|---|
class |
StorageServiceSAMLArtifactMapEntryFactory
A factory and
StorageSerializer for instances of BasicSAMLArtifactMapEntry . |
Modifier and Type | Method and Description |
---|---|
boolean |
StorageService.create(String context,
String key,
Object value,
StorageSerializer serializer,
Long expiration)
Creates a new record in the store with an expiration, using a custom serialization
process for an arbitrary object.
|
boolean |
AbstractStorageService.create(String context,
String key,
Object value,
StorageSerializer serializer,
Long expiration)
Creates a new record in the store with an expiration, using a custom serialization
process for an arbitrary object.
|
Type |
StorageRecord.getValue(StorageSerializer<Type> serializer,
String context,
String key)
Get the record value, using a custom deserialization process.
|
protected void |
StorageRecord.setValue(Type instance,
StorageSerializer<Type> serializer)
Set the record value, using a custom serialization process.
|
boolean |
StorageService.update(String context,
String key,
Object value,
StorageSerializer serializer,
Long expiration)
Updates an existing record in the store using a custom serialization strategy.
|
boolean |
AbstractStorageService.update(String context,
String key,
Object value,
StorageSerializer serializer,
Long expiration)
Updates an existing record in the store using a custom serialization strategy.
|
Long |
StorageService.updateWithVersion(long version,
String context,
String key,
Object value,
StorageSerializer serializer,
Long expiration)
Updates an existing record in the store, if a version matches, using a custom serialization strategy.
|
Long |
AbstractStorageService.updateWithVersion(long version,
String context,
String key,
Object value,
StorageSerializer serializer,
Long expiration)
Updates an existing record in the store, if a version matches, using a custom serialization strategy.
|
Modifier and Type | Method and Description |
---|---|
boolean |
MemcachedStorageService.create(String context,
String key,
Object value,
StorageSerializer serializer,
Long expiration) |
boolean |
MemcachedStorageService.update(String context,
String key,
Object value,
StorageSerializer serializer,
Long expiration) |
Long |
MemcachedStorageService.updateWithVersion(long version,
String context,
String key,
Object value,
StorageSerializer serializer,
Long expiration) |
Copyright © 2017. All rights reserved.