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.storageServicesThe storage service instances to load.private Collection<ClientStorageService>PopulateClientStorageLoadContext.storageServicesThe storage service instances to check for a loading requirement.private Collection<ClientStorageService>PopulateClientStorageSaveContext.storageServicesThe storage service instances to check for a save requirement.private Map<String,ClientStorageService> SaveCookieBackedClientStorageServices.storageServicesThe storage service instances to load, keyed by their bean ID.Methods in org.opensaml.storage.impl.client with parameters of type ClientStorageServiceModifier and TypeMethodDescriptionprivate voidLoadClientStorageServices.loadFromCookie(HttpServletRequest httpRequest, ClientStorageService storageService, ClientStorageService.ClientStorageSource source) Load the specified storage service from a cookie.private voidLoadClientStorageServices.loadFromLocalStorage(HttpServletRequest httpRequest, ClientStorageService storageService) Load the specified storage service from local storage data supplied in the POST.abstract ClientStorageServiceOperationAbstractClientStorageServiceStore.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 TypeMethodDescriptionvoidLoadClientStorageServices.setStorageServices(Collection<ClientStorageService> services) Set theClientStorageServiceinstances to check for loading.voidPopulateClientStorageLoadContext.setStorageServices(Collection<ClientStorageService> services) Set theClientStorageServiceinstances to check for loading.voidPopulateClientStorageSaveContext.setStorageServices(Collection<ClientStorageService> services) Set theClientStorageServiceinstances to check for saving.voidSaveCookieBackedClientStorageServices.setStorageServices(Collection<ClientStorageService> services) Set theClientStorageServiceinstances to check for loading.