| Package | Description |
|---|---|
| org.opensaml.storage |
Interfaces and classes for storing state data of the type used in replay caches, conversation identifiers, etc.
|
| org.opensaml.storage.impl |
Storage-related implementation classes.
|
| org.opensaml.storage.impl.memcached |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
AbstractMapBackedStorageService.deleteImpl(java.lang.Long version,
java.lang.String context,
java.lang.String key)
Internal method to implement delete functions.
|
boolean |
AbstractStorageService.deleteWithVersion(long version,
java.lang.Object value)
Deletes an existing record from the store, using an annotated object as the source, if it
currently has a specified version.
|
boolean |
StorageService.deleteWithVersion(long version,
java.lang.Object value)
Deletes an existing record from the store, using an annotated object as the source, if it
currently has a specified version.
|
boolean |
AbstractMapBackedStorageService.deleteWithVersion(long version,
java.lang.String context,
java.lang.String key)
Deletes an existing record from the store if it currently has a specified version.
|
boolean |
StorageService.deleteWithVersion(long version,
java.lang.String context,
java.lang.String key)
Deletes an existing record from the store if it currently has a specified version.
|
protected java.lang.Long |
AbstractMapBackedStorageService.updateImpl(java.lang.Long version,
java.lang.String context,
java.lang.String key,
java.lang.String value,
java.lang.Long expiration)
Internal method to implement update functions.
|
java.lang.Long |
AbstractStorageService.updateWithVersion(long version,
java.lang.Object value)
Updates an existing record in the store, if a version matches, using an annotated object as the source.
|
java.lang.Long |
StorageService.updateWithVersion(long version,
java.lang.Object value)
Updates an existing record in the store, if a version matches, using an annotated object as the source.
|
java.lang.Long |
AbstractStorageService.updateWithVersion(long version,
java.lang.String context,
java.lang.String key,
java.lang.Object value,
StorageSerializer serializer,
java.lang.Long expiration)
Updates an existing record in the store, if a version matches, using a custom serialization strategy.
|
java.lang.Long |
StorageService.updateWithVersion(long version,
java.lang.String context,
java.lang.String key,
java.lang.Object value,
StorageSerializer serializer,
java.lang.Long expiration)
Updates an existing record in the store, if a version matches, using a custom serialization strategy.
|
java.lang.Long |
AbstractMapBackedStorageService.updateWithVersion(long version,
java.lang.String context,
java.lang.String key,
java.lang.String value,
java.lang.Long expiration)
Updates an existing record in the store, if a version matches.
|
java.lang.Long |
StorageService.updateWithVersion(long version,
java.lang.String context,
java.lang.String key,
java.lang.String value,
java.lang.Long expiration)
Updates an existing record in the store, if a version matches.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
JPAStorageService.deleteImpl(java.lang.Long version,
java.lang.String context,
java.lang.String key)
Deletes the record matching the supplied parameters.
|
protected boolean |
ServletRequestScopedStorageService.deleteImpl(java.lang.Long version,
java.lang.String context,
java.lang.String key)
Internal method to implement delete functions.
|
boolean |
JPAStorageService.deleteWithVersion(long version,
java.lang.String context,
java.lang.String key)
Deletes an existing record from the store if it currently has a specified version.
|
boolean |
LDAPStorageService.deleteWithVersion(long version,
java.lang.String context,
java.lang.String key)
Deletes an existing record from the store if it currently has a specified version.
|
protected java.lang.Long |
JPAStorageService.updateImpl(java.lang.Long version,
java.lang.String context,
java.lang.String key,
java.lang.String value,
java.lang.Long expiration)
Updates the record matching the supplied parameters.
|
protected java.lang.Long |
ServletRequestScopedStorageService.updateImpl(java.lang.Long version,
java.lang.String context,
java.lang.String key,
java.lang.String value,
java.lang.Long expiration)
Internal method to implement update functions.
|
java.lang.Long |
JPAStorageService.updateWithVersion(long version,
java.lang.String context,
java.lang.String key,
java.lang.String value,
java.lang.Long expiration)
Updates an existing record in the store, if a version matches.
|
java.lang.Long |
LDAPStorageService.updateWithVersion(long version,
java.lang.String context,
java.lang.String key,
java.lang.String value,
java.lang.Long expiration)
Updates an existing record in the store, if a version matches.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MemcachedStorageService.deleteWithVersion(long version,
java.lang.Object value) |
boolean |
MemcachedStorageService.deleteWithVersion(long version,
java.lang.String context,
java.lang.String key) |
java.lang.Long |
MemcachedStorageService.updateWithVersion(long version,
java.lang.Object value) |
java.lang.Long |
MemcachedStorageService.updateWithVersion(long version,
java.lang.String context,
java.lang.String key,
java.lang.Object value,
StorageSerializer serializer,
java.lang.Long expiration) |
java.lang.Long |
MemcachedStorageService.updateWithVersion(long version,
java.lang.String context,
java.lang.String key,
java.lang.String value,
java.lang.Long expiration) |