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

C

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.MemoryStorageService
Map of contexts.
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.ServletRequestScopedStorageService

D

dataSealer - Variable in class org.opensaml.storage.impl.ServletRequestScopedStorageService
DataSealer instance to secure data.
DEFAULT_COOKIE_NAME - Static variable in class org.opensaml.storage.impl.ServletRequestScopedStorageService
Default cookie name for storage tracking.
defaultAttributes - Variable in class org.opensaml.storage.impl.LDAPStorageService
Attributes to include in merge operations.
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.
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.ServletRequestScopedStorageService
deleteContextImpl(String, Long) - Method in class org.opensaml.storage.impl.JPAStorageService
Deletes every record with the supplied context.
deleteImpl(Integer, String, String) - Method in class org.opensaml.storage.impl.JPAStorageService
Deletes the record matching the supplied parameters.
deleteImpl(Integer, String, String) - Method in class org.opensaml.storage.impl.ServletRequestScopedStorageService
deleteWithVersion(int, String, String) - Method in class org.opensaml.storage.impl.JPAStorageService
deleteWithVersion(int, String, String) - Method in class org.opensaml.storage.impl.LDAPStorageService
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.MemoryStorageService
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.opensaml.storage.impl.ServletRequestScopedStorageService
doInitialize() - Method in class org.opensaml.storage.impl.JPAStorageService
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
DUMMY_LOCK - Static variable in class org.opensaml.storage.impl.ServletRequestScopedStorageService
A dummy lock implementation.

E

entityManagerFactory - Variable in class org.opensaml.storage.impl.JPAStorageService
Entity manager factory.
equals(Object) - Method in class org.opensaml.storage.impl.JPAStorageRecord.RecordId
executeNamedQuery(EntityManager, String, Map<String, Object>, Class<T>) - Method in class org.opensaml.storage.impl.JPAStorageService
Executes the supplied named query.

G

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.MemoryStorageService
getContextMap() - Method in class org.opensaml.storage.impl.ServletRequestScopedStorageService
getExpiration() - Method in class org.opensaml.storage.impl.JPAStorageRecord
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.
getLock() - Method in class org.opensaml.storage.impl.MemoryStorageService
getLock() - Method in class org.opensaml.storage.impl.ServletRequestScopedStorageService
getOutputStream() - Method in class org.opensaml.storage.impl.ServletRequestScopedStorageService.OutputInterceptingHttpServletResponseProxy
getValue() - Method in class org.opensaml.storage.impl.JPAStorageRecord
getVersion() - Method in class org.opensaml.storage.impl.JPAStorageRecord
getWriter() - Method in class org.opensaml.storage.impl.ServletRequestScopedStorageService.OutputInterceptingHttpServletResponseProxy

H

hashCode() - Method in class org.opensaml.storage.impl.JPAStorageRecord.RecordId
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.ServletRequestScopedStorageService
isDirty() - Method in class org.opensaml.storage.impl.ServletRequestScopedStorageService
Get the dirty bit for the current request.

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.

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() - Method in class org.opensaml.storage.impl.ServletRequestScopedStorageService
Reconstitute stored data.
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.
lockInterruptibly() - Method in class org.opensaml.storage.impl.ServletRequestScopedStorageService.DummyReadWriteLock.DummyLock
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.

M

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

org.opensaml.storage.impl - package org.opensaml.storage.impl
Storage-related implementation classes.

R

read(String, String) - Method in class org.opensaml.storage.impl.JPAStorageService
read(String, String, int) - Method in class org.opensaml.storage.impl.JPAStorageService
read(String, String) - Method in class org.opensaml.storage.impl.LDAPStorageService
read(String, String, int) - Method in class org.opensaml.storage.impl.LDAPStorageService
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, Integer) - 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.ServletRequestScopedStorageService

S

save() - Method in class org.opensaml.storage.impl.ServletRequestScopedStorageService
Write/preserve stored data for subsequent requests.
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.
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.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.ServletRequestScopedStorageService
Set the DataSealer to use for data security.
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.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.

T

toString() - Method in class org.opensaml.storage.impl.JPAStorageRecord
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
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.ServletRequestScopedStorageService
updateExpiration(String, String, Long) - Method in class org.opensaml.storage.impl.JPAStorageService
updateExpiration(String, String, Long) - Method in class org.opensaml.storage.impl.LDAPStorageService
updateImpl(Integer, String, String, String, Long) - Method in class org.opensaml.storage.impl.JPAStorageService
Updates the record matching the supplied parameters.
updateImpl(Integer, String, String, String, Long) - Method in class org.opensaml.storage.impl.ServletRequestScopedStorageService
updateWithVersion(int, String, String, String, Long) - Method in class org.opensaml.storage.impl.JPAStorageService
updateWithVersion(int, String, String, String, Long) - Method in class org.opensaml.storage.impl.LDAPStorageService

V

VALUE_SIZE - Static variable in class org.opensaml.storage.impl.JPAStorageRecord
Length of the value column.

W

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

Copyright © 1999–2014. All rights reserved.