A C D E G H I J K L M N O P R S T U V W 

A

asyncDecode(CachedData) - Method in class org.opensaml.storage.impl.memcached.StorageRecordTranscoder
 
asyncDecode(CachedData) - Method in class org.opensaml.storage.impl.memcached.StringTranscoder
 

C

capabilityMap - Variable in class org.opensaml.storage.impl.client.ClientStorageService
Sizes to report for context, key, and value limits when particular sources are used.
capabilitySize - Variable in class org.opensaml.storage.impl.ServletRequestScopedStorageService
Size to report for context, key, and value limits.
ClientStorageLoadContext - Class in org.opensaml.storage.impl.client
A subcontext for driving the loading of data from a client into one or more instances of a ClientStorageService.
ClientStorageLoadContext() - Constructor for class org.opensaml.storage.impl.client.ClientStorageLoadContext
Constructor.
clientStorageLoadCtx - Variable in class org.opensaml.storage.impl.client.LoadClientStorageServices
Context to drive storage load.
ClientStorageSaveContext - Class in org.opensaml.storage.impl.client
A subcontext for driving the saving of data to a client from one or more instances of a ClientStorageService.
ClientStorageSaveContext() - Constructor for class org.opensaml.storage.impl.client.ClientStorageSaveContext
Constructor.
clientStorageSaveCtx - Variable in class org.opensaml.storage.impl.client.LogLocalStorageSaveResults
Context to drive storage load.
clientStorageSaveCtx - Variable in class org.opensaml.storage.impl.client.SaveCookieBackedClientStorageServices
Context to drive storage save.
ClientStorageService - Class in org.opensaml.storage.impl.client
Implementation of StorageService that stores data in-memory in a shared session attribute.
ClientStorageService() - Constructor for class org.opensaml.storage.impl.client.ClientStorageService
Constructor.
ClientStorageService.ClientStorageServiceStore - Class in org.opensaml.storage.impl.client
Implements a session-bound backing store and locking mechanism for the ClientStorageService.
ClientStorageService.ClientStorageServiceStore(String, ClientStorageService.ClientStorageSource) - Constructor for class org.opensaml.storage.impl.client.ClientStorageService.ClientStorageServiceStore
Reconstitute stored data.
ClientStorageService.ClientStorageSource - Enum in org.opensaml.storage.impl.client
Enumeration of possible sources for the data.
ClientStorageService.ClientStorageSource() - Constructor for enum org.opensaml.storage.impl.client.ClientStorageService.ClientStorageSource
 
ClientStorageServiceOperation - Class in org.opensaml.storage.impl.client
A wrapper for a storage operation to capture the current or intended state of the data for a client.
ClientStorageServiceOperation(String, String, String, ClientStorageService.ClientStorageSource) - Constructor for class org.opensaml.storage.impl.client.ClientStorageServiceOperation
Constructor.
closeEntityManager(EntityManager) - Method in class org.opensaml.storage.impl.JPAStorageService
Closes the supplied entity manager if EntityManager.isOpen().
commitTransaction(EntityTransaction) - Method in class org.opensaml.storage.impl.JPAStorageService
Commits the supplied transaction if EntityTransaction.isActive() and not EntityTransaction.getRollbackOnly().
connectionFactory - Variable in class org.opensaml.storage.impl.LDAPStorageService
LDAP connection factory.
context - Variable in class org.opensaml.storage.impl.JPAStorageRecord
Context string.
context - Variable in class org.opensaml.storage.impl.JPAStorageRecord.RecordId
Context string.
CONTEXT_MAP_ATTRIBUTE - Static variable in class org.opensaml.storage.impl.ServletRequestScopedStorageService
Name of request attribute for context map.
CONTEXT_SIZE - Static variable in class org.opensaml.storage.impl.JPAStorageRecord
Length of the context column.
contextMap - Variable in class org.opensaml.storage.impl.client.ClientStorageService.ClientStorageServiceStore
The underlying map of data records.
contextMap - Variable in class org.opensaml.storage.impl.MemoryStorageService
Map of contexts.
cookieManager - Variable in class org.opensaml.storage.impl.client.ClientStorageService
Manages creation of cookies.
cookieManager - Variable in class org.opensaml.storage.impl.ServletRequestScopedStorageService
Manages creation of cookies.
cookieName - Variable in class org.opensaml.storage.impl.ServletRequestScopedStorageService
Name of cookie used to track storage.
create(String, String, String, Long) - Method in class org.opensaml.storage.impl.JPAStorageService
create(String, String, String, Long) - Method in class org.opensaml.storage.impl.LDAPStorageService
create(String, String, String, Long) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
create(String, String, Object, StorageSerializer, Long) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
create(Object) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
createNamespace(String) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
Creates a cache-wide unique namespace for the given context name.
CTX_KEY_BLACKLIST_SUFFIX - Static variable in class org.opensaml.storage.impl.memcached.MemcachedStorageService
Key suffix for entry that contains a list of blacklisted (deleted) context keys.
CTX_KEY_LIST_DELIMITER - Static variable in class org.opensaml.storage.impl.memcached.MemcachedStorageService
Delimiter of items in the context key list.
CTX_KEY_LIST_SUFFIX - Static variable in class org.opensaml.storage.impl.memcached.MemcachedStorageService
Key suffix for entry that contains a list of context keys.

D

dataSealer - Variable in class org.opensaml.storage.impl.client.ClientStorageService
DataSealer instance to secure data.
dataSealer - Variable in class org.opensaml.storage.impl.ServletRequestScopedStorageService
DataSealer instance to secure data.
decode(CachedData) - Method in class org.opensaml.storage.impl.memcached.StorageRecordTranscoder
 
decode(CachedData) - Method in class org.opensaml.storage.impl.memcached.StringTranscoder
 
DEFAULT_COOKIE_NAME - Static variable in class org.opensaml.storage.impl.ServletRequestScopedStorageService
Default cookie name for storage tracking.
DEFAULT_STORAGE_NAME - Static variable in class org.opensaml.storage.impl.client.ClientStorageService
Default label for storage tracking.
defaultAttributes - Variable in class org.opensaml.storage.impl.LDAPStorageService
Attributes to include in merge operations.
defaultMaxValue - Static variable in class org.opensaml.storage.impl.memcached.MemcachedStorageCapabilities
Memcached supports 1M slabs (i.e.
delete(String, String) - Method in class org.opensaml.storage.impl.JPAStorageService
delete(String, String) - Method in class org.opensaml.storage.impl.LDAPStorageService
delete(String) - Method in class org.opensaml.storage.impl.LDAPStorageService
Executes a DeleteOperation on the supplied DN.
delete(String, String) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
delete(Object) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
deleteAttribute(String, String) - Method in class org.opensaml.storage.impl.LDAPStorageService
Executes a ModifyOperation on the supplied DN, removing the supplied attribute.
deleteContext(String) - Method in class org.opensaml.storage.impl.JPAStorageService
deleteContext(String) - Method in class org.opensaml.storage.impl.LDAPStorageService
deleteContext(String) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
deleteContextImpl(String, Long) - Method in class org.opensaml.storage.impl.JPAStorageService
Deletes every record with the supplied context.
deleteImpl(Long, String, String) - Method in class org.opensaml.storage.impl.JPAStorageService
Deletes the record matching the supplied parameters.
deleteImpl(Long) - Method in class org.opensaml.storage.impl.JPAStorageService
Deletes every record with an expiration before the supplied expiration.
deleteWithVersion(long, String, String) - Method in class org.opensaml.storage.impl.JPAStorageService
deleteWithVersion(long, String, String) - Method in class org.opensaml.storage.impl.LDAPStorageService
deleteWithVersion(long, String, String) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
deleteWithVersion(long, Object) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
dirty - Variable in class org.opensaml.storage.impl.client.ClientStorageService.ClientStorageServiceStore
Dirty bit.
DIRTY_BIT_ATTRIBUTE - Static variable in class org.opensaml.storage.impl.ServletRequestScopedStorageService
Name of request attribute used as a dirty bit.
doDestroy() - Method in class org.opensaml.storage.impl.JPAStorageService
doDestroy() - Method in class org.opensaml.storage.impl.LDAPStorageService
doDestroy() - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
doDestroy() - Method in class org.opensaml.storage.impl.MemoryStorageService
doExecute(ProfileRequestContext<InboundMessageType, OutboundMessageType>) - Method in class org.opensaml.storage.impl.client.LoadClientStorageServices
doExecute(ProfileRequestContext<InboundMessageType, OutboundMessageType>) - Method in class org.opensaml.storage.impl.client.LogLocalStorageSaveResults
doExecute(ProfileRequestContext<InboundMessageType, OutboundMessageType>) - Method in class org.opensaml.storage.impl.client.PopulateClientStorageLoadContext
doExecute(ProfileRequestContext<InboundMessageType, OutboundMessageType>) - Method in class org.opensaml.storage.impl.client.PopulateClientStorageSaveContext
doExecute(ProfileRequestContext<InboundMessageType, OutboundMessageType>) - Method in class org.opensaml.storage.impl.client.SaveCookieBackedClientStorageServices
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.opensaml.storage.impl.client.ClientStorageService
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.opensaml.storage.impl.ServletRequestScopedStorageService
doInitialize() - Method in class org.opensaml.storage.impl.client.ClientStorageService
doInitialize() - Method in class org.opensaml.storage.impl.LDAPStorageService
doInitialize() - Method in class org.opensaml.storage.impl.MemoryStorageService
doInitialize() - Method in class org.opensaml.storage.impl.ServletRequestScopedStorageService
doPreExecute(ProfileRequestContext<InboundMessageType, OutboundMessageType>) - Method in class org.opensaml.storage.impl.client.LoadClientStorageServices
doPreExecute(ProfileRequestContext<InboundMessageType, OutboundMessageType>) - Method in class org.opensaml.storage.impl.client.LogLocalStorageSaveResults
doPreExecute(ProfileRequestContext<InboundMessageType, OutboundMessageType>) - Method in class org.opensaml.storage.impl.client.PopulateClientStorageLoadContext
doPreExecute(ProfileRequestContext<InboundMessageType, OutboundMessageType>) - Method in class org.opensaml.storage.impl.client.PopulateClientStorageSaveContext
doPreExecute(ProfileRequestContext<InboundMessageType, OutboundMessageType>) - Method in class org.opensaml.storage.impl.client.SaveCookieBackedClientStorageServices
DUMMY_LOCK - Static variable in class org.opensaml.storage.impl.ServletRequestScopedStorageService
A dummy lock implementation.

E

encode(MemcachedStorageRecord) - Method in class org.opensaml.storage.impl.memcached.StorageRecordTranscoder
 
encode(String) - Method in class org.opensaml.storage.impl.memcached.StringTranscoder
 
entityManagerFactory - Variable in class org.opensaml.storage.impl.JPAStorageService
Entity manager factory.
equals(Object) - Method in class org.opensaml.storage.impl.JPAStorageRecord.RecordId
escaper - Variable in class org.opensaml.storage.impl.client.SaveCookieBackedClientStorageServices
URL encoder.
escaper - Variable in class org.opensaml.storage.impl.ServletRequestScopedStorageService
URL encoder.
EXCEPTION_FORM_FIELD - Static variable in class org.opensaml.storage.impl.client.LoadClientStorageServices
Name of local storage form field containing value read.
EXCEPTION_FORM_FIELD - Static variable in class org.opensaml.storage.impl.client.LogLocalStorageSaveResults
Name of local storage form field containing value read.
executeNamedQuery(EntityManager, String, Map<String, Object>, Class<T>, LockModeType) - Method in class org.opensaml.storage.impl.JPAStorageService
Executes the supplied named query.
expiry(Long) - Static method in class org.opensaml.storage.impl.memcached.MemcachedStorageRecord
Converts a StorageRecord.getExpiration() value in milliseconds to the corresponding value in seconds.

G

getCapabilities() - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
getCleanupTask() - Method in class org.opensaml.storage.impl.client.ClientStorageService
getCleanupTask() - Method in class org.opensaml.storage.impl.JPAStorageService
getCleanupTask() - Method in class org.opensaml.storage.impl.MemoryStorageService
getCleanupTask() - Method in class org.opensaml.storage.impl.ServletRequestScopedStorageService
getContext() - Method in class org.opensaml.storage.impl.JPAStorageRecord
Returns the context.
getContext() - Method in class org.opensaml.storage.impl.JPAStorageRecord.RecordId
Returns the context.
getContextMap() - Method in class org.opensaml.storage.impl.client.ClientStorageService.ClientStorageServiceStore
Get the map of contexts to manipulate during operations.
getContextMap() - Method in class org.opensaml.storage.impl.client.ClientStorageService
getContextMap() - Method in class org.opensaml.storage.impl.MemoryStorageService
getContextMap() - Method in class org.opensaml.storage.impl.ServletRequestScopedStorageService
getContextSize() - Method in class org.opensaml.storage.impl.client.ClientStorageService
getContextSize() - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageCapabilities
getCookieManager() - Method in class org.opensaml.storage.impl.client.ClientStorageService
Get the CookieManager to use.
getCookieName() - Method in class org.opensaml.storage.impl.ServletRequestScopedStorageService
Get the cookie name to use for storage tracking.
getExpiration() - Method in class org.opensaml.storage.impl.JPAStorageRecord
getExpiry() - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageRecord
Gets the expiration date as an integer representing seconds since the Unix epoch, 1970-01-01T00:00:00.
getKey() - Method in class org.opensaml.storage.impl.client.ClientStorageServiceOperation
Get storage key to update.
getKey() - Method in class org.opensaml.storage.impl.JPAStorageRecord
Returns the key.
getKey() - Method in class org.opensaml.storage.impl.JPAStorageRecord.RecordId
Returns the key.
getKeySize() - Method in class org.opensaml.storage.impl.client.ClientStorageService
getKeySize() - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageCapabilities
getLock() - Method in class org.opensaml.storage.impl.client.ClientStorageService
getLock() - Method in class org.opensaml.storage.impl.MemoryStorageService
getLock() - Method in class org.opensaml.storage.impl.ServletRequestScopedStorageService
getLogPrefix() - Method in class org.opensaml.storage.impl.client.ClientStorageService
Get a prefix for log messages.
getMaxSize() - Method in class org.opensaml.storage.impl.memcached.StorageRecordTranscoder
 
getMaxSize() - Method in class org.opensaml.storage.impl.memcached.StringTranscoder
 
getOutputStream() - Method in class org.opensaml.storage.impl.ServletRequestScopedStorageService.OutputInterceptingHttpServletResponseProxy
getSource() - Method in class org.opensaml.storage.impl.client.ClientStorageService.ClientStorageServiceStore
Get the data source.
getSource() - Method in class org.opensaml.storage.impl.client.ClientStorageService
Get the backing source of the loaded data.
getStorageKeys() - Method in class org.opensaml.storage.impl.client.ClientStorageLoadContext
Get the collection of storage keys to load from the client.
getStorageName() - Method in class org.opensaml.storage.impl.client.ClientStorageService
Get the label to use for storage tracking.
getStorageOperations() - Method in class org.opensaml.storage.impl.client.ClientStorageSaveContext
Get the storage operations to perform.
getStorageServiceID() - Method in class org.opensaml.storage.impl.client.ClientStorageServiceOperation
Get Storage Service ID.
getStorageSource() - Method in class org.opensaml.storage.impl.client.ClientStorageServiceOperation
Get storage source.
getTransactionRetry() - Method in class org.opensaml.storage.impl.JPAStorageService
Returns the number of times a transaction will be retried if a RollbackException is encountered.
getValue() - Method in class org.opensaml.storage.impl.client.ClientStorageServiceOperation
Get new storage value.
getValue() - Method in class org.opensaml.storage.impl.JPAStorageRecord
getValueSize() - Method in class org.opensaml.storage.impl.client.ClientStorageService
getValueSize() - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageCapabilities
getVersion() - Method in class org.opensaml.storage.impl.JPAStorageRecord
getWriter() - Method in class org.opensaml.storage.impl.ServletRequestScopedStorageService.OutputInterceptingHttpServletResponseProxy

H

handleAsyncResult(OperationFuture<T>) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
Handle async result.
hashCode() - Method in class org.opensaml.storage.impl.JPAStorageRecord.RecordId
httpServletRequest - Variable in class org.opensaml.storage.impl.client.ClientStorageService
Servlet request.
httpServletRequest - Variable in class org.opensaml.storage.impl.ServletRequestScopedStorageService
Servlet request.
httpServletResponse - Variable in class org.opensaml.storage.impl.ServletRequestScopedStorageService
Servlet response.

I

init(FilterConfig) - Method in class org.opensaml.storage.impl.client.ClientStorageService
init(FilterConfig) - Method in class org.opensaml.storage.impl.ServletRequestScopedStorageService
isClustered() - Method in class org.opensaml.storage.impl.client.ClientStorageService
isClustered() - Method in class org.opensaml.storage.impl.JPAStorageService
isClustered() - Method in class org.opensaml.storage.impl.LDAPStorageService
isClustered() - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageCapabilities
isClustered() - Method in class org.opensaml.storage.impl.MemoryStorageService
isClustered() - Method in class org.opensaml.storage.impl.ServletRequestScopedStorageService
isDirty() - Method in class org.opensaml.storage.impl.client.ClientStorageService.ClientStorageServiceStore
Get the dirty bit for the current data.
isDirty() - Method in class org.opensaml.storage.impl.ServletRequestScopedStorageService
Get the dirty bit for the current request.
isLoaded() - Method in class org.opensaml.storage.impl.client.ClientStorageService
Check whether data from the client has been loaded into the current session.
isServerSide() - Method in class org.opensaml.storage.impl.client.ClientStorageService
isServerSide() - Method in class org.opensaml.storage.impl.JPAStorageService
isServerSide() - Method in class org.opensaml.storage.impl.LDAPStorageService
isServerSide() - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageCapabilities
isServerSide() - Method in class org.opensaml.storage.impl.MemoryStorageService
isServerSide() - Method in class org.opensaml.storage.impl.ServletRequestScopedStorageService
isSourceRequired(ClientStorageService.ClientStorageSource) - Method in class org.opensaml.storage.impl.client.ClientStorageSaveContext
Get whether a particular storage source is implicated by the queued operations.

J

JPAStorageRecord - Class in org.opensaml.storage.impl
Implementation of MutableStorageRecord annotated for JPA.
JPAStorageRecord() - Constructor for class org.opensaml.storage.impl.JPAStorageRecord
Creates a new JPA storage record.
JPAStorageRecord.RecordId - Class in org.opensaml.storage.impl
Composite key to represent the record id.
JPAStorageRecord.RecordId() - Constructor for class org.opensaml.storage.impl.JPAStorageRecord.RecordId
Default constructor.
JPAStorageRecord.RecordId(String, String) - Constructor for class org.opensaml.storage.impl.JPAStorageRecord.RecordId
Creates a new record Id.
JPAStorageService - Class in org.opensaml.storage.impl
Implementation of StorageService that uses JPA to persist to a database.
JPAStorageService(EntityManagerFactory) - Constructor for class org.opensaml.storage.impl.JPAStorageService
Creates a new JPA storage service.

K

key - Variable in class org.opensaml.storage.impl.JPAStorageRecord
Key string.
key - Variable in class org.opensaml.storage.impl.JPAStorageRecord.RecordId
Key string.
KEY_SIZE - Static variable in class org.opensaml.storage.impl.JPAStorageRecord
Length of the key column.
keyStrategy - Variable in class org.opensaml.storage.impl.client.ClientStorageService
KeyStrategy enabling us to detect whether data has been sealed with an older key.
keyStrategy - Variable in class org.opensaml.storage.impl.ServletRequestScopedStorageService
KeyStrategy enabling us to detect whether data has been sealed with an older key.

L

LDAPStorageService - Class in org.opensaml.storage.impl
Implementation of StorageService that stores data in an LDAP.
LDAPStorageService(PooledConnectionFactory, LdapAttribute...) - Constructor for class org.opensaml.storage.impl.LDAPStorageService
Creates a new LDAP storage service.
load(String, ClientStorageService.ClientStorageSource) - Method in class org.opensaml.storage.impl.client.ClientStorageService
Reconstitute stored data and inject it into the session.
load() - Method in class org.opensaml.storage.impl.ServletRequestScopedStorageService
Reconstitute stored data.
LOAD_NOT_NEEDED - Static variable in class org.opensaml.storage.impl.client.PopulateClientStorageLoadContext
Event signaling that no load step is necessary.
LoadClientStorageServices<InboundMessageType,OutboundMessageType> - Class in org.opensaml.storage.impl.client
An action that loads any number of ClientStorageService instances from a POST submission or cookies as applicable.
LoadClientStorageServices() - Constructor for class org.opensaml.storage.impl.client.LoadClientStorageServices
Constructor.
loadFromCookie(ClientStorageService, ClientStorageService.ClientStorageSource) - Method in class org.opensaml.storage.impl.client.LoadClientStorageServices
Load the specified storage service from a cookie.
loadFromLocalStorage(ClientStorageService) - Method in class org.opensaml.storage.impl.client.LoadClientStorageServices
Load the specified storage service from local storage data supplied in the POST.
lock - Variable in class org.opensaml.storage.impl.MemoryStorageService
A shared lock to synchronize access.
lock() - Method in class org.opensaml.storage.impl.ServletRequestScopedStorageService.DummyReadWriteLock.DummyLock
lock - Static variable in class org.opensaml.storage.impl.ServletRequestScopedStorageService.DummyReadWriteLock
Dummy lock to return.
LOCK_ATTRIBUTE - Static variable in class org.opensaml.storage.impl.client.ClientStorageService
Name of session attribute for session lock.
lockInterruptibly() - Method in class org.opensaml.storage.impl.ServletRequestScopedStorageService.DummyReadWriteLock.DummyLock
log - Variable in class org.opensaml.storage.impl.client.ClientStorageService
Class logger.
log - Variable in class org.opensaml.storage.impl.client.LoadClientStorageServices
Class logger.
log - Variable in class org.opensaml.storage.impl.client.LogLocalStorageSaveResults
Class logger.
log - Variable in class org.opensaml.storage.impl.client.PopulateClientStorageLoadContext
Class logger.
log - Variable in class org.opensaml.storage.impl.client.PopulateClientStorageSaveContext
Class logger.
log - Variable in class org.opensaml.storage.impl.client.SaveCookieBackedClientStorageServices
Class logger.
log - Variable in class org.opensaml.storage.impl.JPAStorageService
Class logger.
log - Variable in class org.opensaml.storage.impl.LDAPStorageService
Class logger.
log - Variable in class org.opensaml.storage.impl.MemoryStorageService
Class logger.
log - Variable in class org.opensaml.storage.impl.ServletRequestScopedStorageService
Class logger.
logger - Variable in class org.opensaml.storage.impl.memcached.MemcachedStorageService
Logger instance.
LogLocalStorageSaveResults<InboundMessageType,OutboundMessageType> - Class in org.opensaml.storage.impl.client
An action that logs the results of Local Storage-based ClientStorageService save operations.
LogLocalStorageSaveResults() - Constructor for class org.opensaml.storage.impl.client.LogLocalStorageSaveResults
 
lookupNamespace(String) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
Looks up the namespace for the given context name in the cache.

M

MAX_KEY_LENGTH - Static variable in class org.opensaml.storage.impl.memcached.MemcachedStorageService
Maximum length in bytes of memcached keys.
MAX_SIZE - Static variable in class org.opensaml.storage.impl.memcached.StorageRecordTranscoder
Max size is maximum default memcached value size, 1MB.
MAX_SIZE - Static variable in class org.opensaml.storage.impl.memcached.StringTranscoder
Max size is maximum default memcached value size, 1MB.
memcacheClient - Variable in class org.opensaml.storage.impl.memcached.MemcachedStorageService
Memcached client instance.
memcachedKey(String...) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
Creates a memcached key from one or more parts.
MemcachedStorageCapabilities - Class in org.opensaml.storage.impl.memcached
Provides a description of memcached capabilities.
MemcachedStorageCapabilities() - Constructor for class org.opensaml.storage.impl.memcached.MemcachedStorageCapabilities
Constructor.
MemcachedStorageCapabilities(long) - Constructor for class org.opensaml.storage.impl.memcached.MemcachedStorageCapabilities
Constructor.
MemcachedStorageRecord - Class in org.opensaml.storage.impl.memcached
Storage record implementation for use with MemcachedStorageService.
MemcachedStorageRecord(String, Long) - Constructor for class org.opensaml.storage.impl.memcached.MemcachedStorageRecord
Creates a new instance with specific record version.
MemcachedStorageService - Class in org.opensaml.storage.impl.memcached
Memcached storage service.
MemcachedStorageService(MemcachedClient, int) - Constructor for class org.opensaml.storage.impl.memcached.MemcachedStorageService
Creates a new instance.
MemcachedStorageService(MemcachedClient, int, boolean) - Constructor for class org.opensaml.storage.impl.memcached.MemcachedStorageService
Creates a new instance with optional context key tracking.
MemoryStorageService - Class in org.opensaml.storage.impl
Implementation of AbstractMapBackedStorageService that stores data in-memory in a shared data structure with no persistence.
MemoryStorageService() - Constructor for class org.opensaml.storage.impl.MemoryStorageService
 
merge(LdapEntry) - Method in class org.opensaml.storage.impl.LDAPStorageService
Executes a MergeOperation with the supplied entry.

N

newCondition() - Method in class org.opensaml.storage.impl.ServletRequestScopedStorageService.DummyReadWriteLock.DummyLock

O

operationTimeout - Variable in class org.opensaml.storage.impl.memcached.MemcachedStorageService
Memcached asynchronous operation timeout in seconds.
org.opensaml.storage.impl - package org.opensaml.storage.impl
Storage-related implementation classes.
org.opensaml.storage.impl.client - package org.opensaml.storage.impl.client
Implementation of StorageService that unifies cookie and HTML Local Storage.
org.opensaml.storage.impl.memcached - package org.opensaml.storage.impl.memcached
Implementation of memcached StorageService.

P

PopulateClientStorageLoadContext<InboundMessageType,OutboundMessageType> - Class in org.opensaml.storage.impl.client
An action that creates and populates a ClientStorageLoadContext with any storage keys identified as missing from the current session and in need of loading.
PopulateClientStorageLoadContext() - Constructor for class org.opensaml.storage.impl.client.PopulateClientStorageLoadContext
Constructor.
PopulateClientStorageSaveContext<InboundMessageType,OutboundMessageType> - Class in org.opensaml.storage.impl.client
An action that creates and populates a ClientStorageSaveContext with any storage operations identified as required from the current session and in need of saving.
PopulateClientStorageSaveContext() - Constructor for class org.opensaml.storage.impl.client.PopulateClientStorageSaveContext
Constructor.

R

read(String, String) - Method in class org.opensaml.storage.impl.JPAStorageService
read(String, String, long) - Method in class org.opensaml.storage.impl.JPAStorageService
read(String, String) - Method in class org.opensaml.storage.impl.LDAPStorageService
read(String, String, long) - Method in class org.opensaml.storage.impl.LDAPStorageService
read(String, String) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
read(Object) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
read(String, String, long) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
readAll() - Method in class org.opensaml.storage.impl.JPAStorageService
Returns all records from the store.
readAll(String) - Method in class org.opensaml.storage.impl.JPAStorageService
Returns all records from the store for the supplied context.
readContexts() - Method in class org.opensaml.storage.impl.JPAStorageService
Returns all contexts from the store.
readImpl(String, String, Long) - Method in class org.opensaml.storage.impl.JPAStorageService
Reads the record matching the supplied parameters.
readLock() - Method in class org.opensaml.storage.impl.ServletRequestScopedStorageService.DummyReadWriteLock
reap(String) - Method in class org.opensaml.storage.impl.JPAStorageService
reap(String) - Method in class org.opensaml.storage.impl.LDAPStorageService
reap(String) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
resetVersion() - Method in class org.opensaml.storage.impl.JPAStorageRecord
Resets the version of this storage record to 1.
rollbackTransaction(EntityTransaction) - Method in class org.opensaml.storage.impl.JPAStorageService
Rolls back the supplied transaction if EntityTransaction.isActive().

S

save() - Method in class org.opensaml.storage.impl.client.ClientStorageService.ClientStorageServiceStore
Serialize current state of stored data into a storage operation.
save() - Method in class org.opensaml.storage.impl.client.ClientStorageService
Serialize the stored data if it's in a "modified/dirty" state.
save() - Method in class org.opensaml.storage.impl.ServletRequestScopedStorageService
Write/preserve stored data for subsequent requests.
SAVE_NOT_NEEDED - Static variable in class org.opensaml.storage.impl.client.PopulateClientStorageSaveContext
Event signaling that no load step is necessary.
SaveCookieBackedClientStorageServices<InboundMessageType,OutboundMessageType> - Class in org.opensaml.storage.impl.client
An action that performs any number of ClientStorageServiceOperation instances sourced from cookies by issuing the necessary Set-Cookie headers.
SaveCookieBackedClientStorageServices() - Constructor for class org.opensaml.storage.impl.client.SaveCookieBackedClientStorageServices
Constructor.
search(String, String...) - Method in class org.opensaml.storage.impl.LDAPStorageService
Executes a object level SearchOperation on the supplied DN, returning the supplied attributes.
sendError(int, String) - Method in class org.opensaml.storage.impl.ServletRequestScopedStorageService.OutputInterceptingHttpServletResponseProxy
sendError(int) - Method in class org.opensaml.storage.impl.ServletRequestScopedStorageService.OutputInterceptingHttpServletResponseProxy
sendRedirect(String) - Method in class org.opensaml.storage.impl.ServletRequestScopedStorageService.OutputInterceptingHttpServletResponseProxy
serialVersionUID - Static variable in class org.opensaml.storage.impl.JPAStorageRecord.RecordId
serial version UID.
ServletRequestScopedStorageService - Class in org.opensaml.storage.impl
Implementation of RequestScopedStorageService that stores data in-memory in a servlet request attribute, and reads and writes the data with a secured string form using JSON as the underlying format.
ServletRequestScopedStorageService() - Constructor for class org.opensaml.storage.impl.ServletRequestScopedStorageService
Constructor.
ServletRequestScopedStorageService.DummyReadWriteLock - Class in org.opensaml.storage.impl
Dummy shared lock that no-ops.
ServletRequestScopedStorageService.DummyReadWriteLock() - Constructor for class org.opensaml.storage.impl.ServletRequestScopedStorageService.DummyReadWriteLock
Constructor.
ServletRequestScopedStorageService.DummyReadWriteLock.DummyLock - Class in org.opensaml.storage.impl
Dummy lock that no-ops.
ServletRequestScopedStorageService.DummyReadWriteLock.DummyLock() - Constructor for class org.opensaml.storage.impl.ServletRequestScopedStorageService.DummyReadWriteLock.DummyLock
 
ServletRequestScopedStorageService.OutputInterceptingHttpServletResponseProxy - Class in org.opensaml.storage.impl
An implementation of HttpServletResponse which detects a response going out from a servlet and executes a save operation.
ServletRequestScopedStorageService.OutputInterceptingHttpServletResponseProxy(HttpServletResponse) - Constructor for class org.opensaml.storage.impl.ServletRequestScopedStorageService.OutputInterceptingHttpServletResponseProxy
Constructor.
setCapabilities(MemcachedStorageCapabilities) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
Sets the storage capabilities.
setCapabilityMap(Map<ClientStorageService.ClientStorageSource, Integer>) - Method in class org.opensaml.storage.impl.client.ClientStorageService
Set the map of storage sources to capability/size limits.
setCapabilitySize(int) - Method in class org.opensaml.storage.impl.ServletRequestScopedStorageService
Set the size to report via the StorageCapabilities interface for context, key, and value maximums.
setCleanupInterval(long) - Method in class org.opensaml.storage.impl.client.ClientStorageService
setCleanupInterval(long) - Method in class org.opensaml.storage.impl.ServletRequestScopedStorageService
setContext(String) - Method in class org.opensaml.storage.impl.JPAStorageRecord.RecordId
Sets the context.
setContext(String) - Method in class org.opensaml.storage.impl.JPAStorageRecord
Sets the context.
setCookieManager(CookieManager) - Method in class org.opensaml.storage.impl.client.ClientStorageService
Set the CookieManager to use.
setCookieManager(CookieManager) - Method in class org.opensaml.storage.impl.ServletRequestScopedStorageService
Set the CookieManager to use.
setCookieName(String) - Method in class org.opensaml.storage.impl.ServletRequestScopedStorageService
Set the cookie name to use for storage tracking.
setDataSealer(DataSealer) - Method in class org.opensaml.storage.impl.client.ClientStorageService
Set the DataSealer to use for data security.
setDataSealer(DataSealer) - Method in class org.opensaml.storage.impl.ServletRequestScopedStorageService
Set the DataSealer to use for data security.
setDirty(boolean) - Method in class org.opensaml.storage.impl.client.ClientStorageService.ClientStorageServiceStore
Set the dirty bit for the current data.
setDirty() - Method in class org.opensaml.storage.impl.client.ClientStorageService
setDirty() - Method in class org.opensaml.storage.impl.ServletRequestScopedStorageService
setDirty(boolean) - Method in class org.opensaml.storage.impl.ServletRequestScopedStorageService
Set the dirty bit for the current request.
setHttpServletRequest(HttpServletRequest) - Method in class org.opensaml.storage.impl.client.ClientStorageService
Set the servlet request in which to manage per-request data.
setHttpServletRequest(HttpServletRequest) - Method in class org.opensaml.storage.impl.ServletRequestScopedStorageService
Set the servlet request in which to manage per-request data.
setHttpServletResponse(HttpServletResponse) - Method in class org.opensaml.storage.impl.ServletRequestScopedStorageService
Set the servlet response in which to manage per-request data.
setKey(String) - Method in class org.opensaml.storage.impl.JPAStorageRecord.RecordId
Sets the key.
setKey(String) - Method in class org.opensaml.storage.impl.JPAStorageRecord
Sets the key.
setKeyStrategy(DataSealerKeyStrategy) - Method in class org.opensaml.storage.impl.client.ClientStorageService
Set the DataSealerKeyStrategy to use for stale key detection.
setKeyStrategy(DataSealerKeyStrategy) - Method in class org.opensaml.storage.impl.ServletRequestScopedStorageService
Set the DataSealerKeyStrategy to use for stale key detection.
setStorageName(String) - Method in class org.opensaml.storage.impl.client.ClientStorageService
Set the label to use for storage tracking.
setStorageServices(Collection<ClientStorageService>) - Method in class org.opensaml.storage.impl.client.LoadClientStorageServices
Set the ClientStorageService instances to check for loading.
setStorageServices(Collection<ClientStorageService>) - Method in class org.opensaml.storage.impl.client.PopulateClientStorageLoadContext
Set the ClientStorageService instances to check for loading.
setStorageServices(Collection<ClientStorageService>) - Method in class org.opensaml.storage.impl.client.PopulateClientStorageSaveContext
Set the ClientStorageService instances to check for saving.
setStorageServices(Collection<ClientStorageService>) - Method in class org.opensaml.storage.impl.client.SaveCookieBackedClientStorageServices
Set the ClientStorageService instances to check for loading.
setTransactionRetry(int) - Method in class org.opensaml.storage.impl.JPAStorageService
Sets the number of times a transaction will be retried (default is 3).
setUseLocalStorage(boolean) - Method in class org.opensaml.storage.impl.client.LoadClientStorageServices
Set whether to allow for data loaded from local storage and submitted via POST.
setVersion(long) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageRecord
Sets the record version.
source - Variable in class org.opensaml.storage.impl.client.ClientStorageService.ClientStorageServiceStore
Data source.
STORAGE_ATTRIBUTE - Static variable in class org.opensaml.storage.impl.client.ClientStorageService
Name of session attribute for storage object.
storageCapabilities - Variable in class org.opensaml.storage.impl.memcached.MemcachedStorageService
Invariant storage capabilities.
storageKey - Variable in class org.opensaml.storage.impl.client.ClientStorageServiceOperation
Storage key.
storageKeys - Variable in class org.opensaml.storage.impl.client.ClientStorageLoadContext
The collection of storage keys to load from the client.
storageName - Variable in class org.opensaml.storage.impl.client.ClientStorageService
Label used to track storage.
storageOperations - Variable in class org.opensaml.storage.impl.client.ClientStorageSaveContext
Storage operations to perform.
storageRecordTranscoder - Variable in class org.opensaml.storage.impl.memcached.MemcachedStorageService
Handles conversion of MemcachedStorageRecord to bytes and vice versa.
StorageRecordTranscoder - Class in org.opensaml.storage.impl.memcached
Handles conversion of MemcachedStorageRecord to bytes and back.
StorageRecordTranscoder() - Constructor for class org.opensaml.storage.impl.memcached.StorageRecordTranscoder
 
storageServiceId - Variable in class org.opensaml.storage.impl.client.ClientStorageServiceOperation
ID of storage service for tracking/logging.
storageServices - Variable in class org.opensaml.storage.impl.client.LoadClientStorageServices
The storage service instances to load.
storageServices - Variable in class org.opensaml.storage.impl.client.PopulateClientStorageLoadContext
The storage service instances to check for a loading requirement.
storageServices - Variable in class org.opensaml.storage.impl.client.PopulateClientStorageSaveContext
The storage service instances to check for a save requirement.
storageServices - Variable in class org.opensaml.storage.impl.client.SaveCookieBackedClientStorageServices
The storage service instances to load, keyed by their bean ID.
storageSource - Variable in class org.opensaml.storage.impl.client.ClientStorageServiceOperation
Storage source.
storageValue - Variable in class org.opensaml.storage.impl.client.ClientStorageServiceOperation
Storage value.
stringTranscoder - Variable in class org.opensaml.storage.impl.memcached.MemcachedStorageService
Handles conversion of strings to bytes and vice versa.
StringTranscoder - Class in org.opensaml.storage.impl.memcached
Handles conversion of String values to bytes and back.
StringTranscoder() - Constructor for class org.opensaml.storage.impl.memcached.StringTranscoder
 
SUCCESS_FORM_FIELD - Static variable in class org.opensaml.storage.impl.client.LoadClientStorageServices
Name of local storage form field signaling success/failure of a read operation.
SUCCESS_FORM_FIELD - Static variable in class org.opensaml.storage.impl.client.LogLocalStorageSaveResults
Name of local storage form field signaling success/failure of a read operation.
SUPPORT_FORM_FIELD - Static variable in class org.opensaml.storage.impl.client.LoadClientStorageServices
Name of local storage form field containing local storage support indicator.

T

toString() - Method in class org.opensaml.storage.impl.JPAStorageRecord.RecordId
toString() - Method in class org.opensaml.storage.impl.JPAStorageRecord
trackContextKeys - Variable in class org.opensaml.storage.impl.memcached.MemcachedStorageService
Flag that controls context key tracking.
transactionRetry - Variable in class org.opensaml.storage.impl.JPAStorageService
Number of times to retry a transaction if it rolls back.
tryLock() - Method in class org.opensaml.storage.impl.ServletRequestScopedStorageService.DummyReadWriteLock.DummyLock
tryLock(long, TimeUnit) - Method in class org.opensaml.storage.impl.ServletRequestScopedStorageService.DummyReadWriteLock.DummyLock

U

unlock() - Method in class org.opensaml.storage.impl.ServletRequestScopedStorageService.DummyReadWriteLock.DummyLock
update(String, String, String, Long) - Method in class org.opensaml.storage.impl.JPAStorageService
update(String, String, String, Long) - Method in class org.opensaml.storage.impl.LDAPStorageService
update(String, String, String, Long) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
update(String, String, Object, StorageSerializer, Long) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
update(Object) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
updateContextExpiration(String, Long) - Method in class org.opensaml.storage.impl.JPAStorageService
updateContextExpiration(String, Long) - Method in class org.opensaml.storage.impl.LDAPStorageService
updateContextExpiration(String, Long) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
updateContextKeyList(String, String, String) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
Update context key list.
updateExpiration(String, String, Long) - Method in class org.opensaml.storage.impl.JPAStorageService
updateExpiration(String, String, Long) - Method in class org.opensaml.storage.impl.LDAPStorageService
updateExpiration(String, String, Long) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
updateExpiration(Object) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
updateImpl(Long, String, String, String, Long) - Method in class org.opensaml.storage.impl.JPAStorageService
Updates the record matching the supplied parameters.
updateImpl(Long, String, String, String, Long) - Method in class org.opensaml.storage.impl.ServletRequestScopedStorageService
updateWithVersion(long, String, String, String, Long) - Method in class org.opensaml.storage.impl.JPAStorageService
updateWithVersion(long, String, String, String, Long) - Method in class org.opensaml.storage.impl.LDAPStorageService
updateWithVersion(long, String, String, String, Long) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
updateWithVersion(long, String, String, Object, StorageSerializer, Long) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
updateWithVersion(long, Object) - Method in class org.opensaml.storage.impl.memcached.MemcachedStorageService
useLocalStorage - Variable in class org.opensaml.storage.impl.client.LoadClientStorageServices
Whether to allow for data loaded from local storage and submitted via POST.

V

VALUE_FORM_FIELD - Static variable in class org.opensaml.storage.impl.client.LoadClientStorageServices
Name of local storage form field containing value read.
valueOf(String) - Static method in enum org.opensaml.storage.impl.client.ClientStorageService.ClientStorageSource
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.opensaml.storage.impl.client.ClientStorageService.ClientStorageSource
Returns an array containing the constants of this enum type, in the order they are declared.
valueSize - Variable in class org.opensaml.storage.impl.memcached.MemcachedStorageCapabilities
Maximum size of memcached values.

W

writeLock() - Method in class org.opensaml.storage.impl.ServletRequestScopedStorageService.DummyReadWriteLock
A C D E G H I J K L M N O P R S T U V W 

Copyright © 1999–2020 Shibboleth Consortium. All rights reserved.