Uses of Class
org.opensaml.storage.impl.client.ClientStorageService
Packages that use ClientStorageService
-
Uses of ClientStorageService in org.opensaml.storage.impl.client
Fields in org.opensaml.storage.impl.client with type parameters of type ClientStorageServiceModifier and TypeFieldDescriptionprivate Map<String,
ClientStorageService> LoadClientStorageServices.storageServices
The storage service instances to load.private Collection<ClientStorageService>
PopulateClientStorageLoadContext.storageServices
The storage service instances to check for a loading requirement.private Collection<ClientStorageService>
PopulateClientStorageSaveContext.storageServices
The storage service instances to check for a save requirement.private Map<String,
ClientStorageService> SaveCookieBackedClientStorageServices.storageServices
The storage service instances to load, keyed by their bean ID.Methods in org.opensaml.storage.impl.client with parameters of type ClientStorageServiceModifier and TypeMethodDescriptionprivate void
LoadClientStorageServices.loadFromCookie
(ClientStorageService storageService, ClientStorageService.ClientStorageSource source) Load the specified storage service from a cookie.private void
LoadClientStorageServices.loadFromLocalStorage
(ClientStorageService storageService) Load the specified storage service from local storage data supplied in the POST.abstract ClientStorageServiceOperation
AbstractClientStorageServiceStore.save
(ClientStorageService storageService) Serialize current state of stored data into a storage operation.ClientStorageServiceStore.save
(ClientStorageService storageService) Serialize current state of stored data into a storage operation.JSONClientStorageServiceStore.save
(ClientStorageService storageService) Serialize current state of stored data into a storage operation.XMLClientStorageServiceStore.save
(ClientStorageService storageService) Serialize current state of stored data into a storage operation.Method parameters in org.opensaml.storage.impl.client with type arguments of type ClientStorageServiceModifier and TypeMethodDescriptionvoid
LoadClientStorageServices.setStorageServices
(Collection<ClientStorageService> services) Set theClientStorageService
instances to check for loading.void
PopulateClientStorageLoadContext.setStorageServices
(Collection<ClientStorageService> services) Set theClientStorageService
instances to check for loading.void
PopulateClientStorageSaveContext.setStorageServices
(Collection<ClientStorageService> services) Set theClientStorageService
instances to check for saving.void
SaveCookieBackedClientStorageServices.setStorageServices
(Collection<ClientStorageService> services) Set theClientStorageService
instances to check for loading.