Uses of Class
org.opensaml.storage.impl.client.ClientStorageServiceOperation
-
Packages that use ClientStorageServiceOperation Package Description org.opensaml.storage.impl.client Implementation ofStorageServicethat unifies cookie and HTML Local Storage. -
-
Uses of ClientStorageServiceOperation in org.opensaml.storage.impl.client
Fields in org.opensaml.storage.impl.client with type parameters of type ClientStorageServiceOperation Modifier and Type Field Description private Collection<ClientStorageServiceOperation>ClientStorageSaveContext. storageOperationsStorage operations to perform.Methods in org.opensaml.storage.impl.client that return ClientStorageServiceOperation Modifier and Type Method Description (package private) ClientStorageServiceOperationClientStorageService.ClientStorageServiceStore. save()Serialize current state of stored data into a storage operation.(package private) ClientStorageServiceOperationClientStorageService. save()Serialize the stored data if it's in a "modified/dirty" state.Methods in org.opensaml.storage.impl.client that return types with arguments of type ClientStorageServiceOperation Modifier and Type Method Description Collection<ClientStorageServiceOperation>ClientStorageSaveContext. getStorageOperations()Get the storage operations to perform.
-