Uses of Class
org.opensaml.storage.impl.client.ClientStorageService
-
Packages that use ClientStorageService Package Description org.opensaml.storage.impl.client Implementation ofStorageServicethat unifies cookie and HTML Local Storage. -
-
Uses of ClientStorageService in org.opensaml.storage.impl.client
Fields in org.opensaml.storage.impl.client with type parameters of type ClientStorageService Modifier and Type Field Description private 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 ClientStorageService Modifier and Type Method Description private voidLoadClientStorageServices. loadFromCookie(ClientStorageService storageService, ClientStorageService.ClientStorageSource source)Load the specified storage service from a cookie.private voidLoadClientStorageServices. loadFromLocalStorage(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.ClientStorageServiceOperationClientStorageServiceStore. save(ClientStorageService storageService)Serialize current state of stored data into a storage operation.ClientStorageServiceOperationJSONClientStorageServiceStore. save(ClientStorageService storageService)Serialize current state of stored data into a storage operation.ClientStorageServiceOperationXMLClientStorageServiceStore. 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 ClientStorageService Modifier and Type Method Description voidLoadClientStorageServices. 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.
-