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 abstract ClientStorageServiceOperationAbstractClientStorageServiceStore. save(ClientStorageService storageService)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.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.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.
-