Uses of Class
org.opensaml.storage.impl.client.ClientStorageServiceOperation
Packages that use ClientStorageServiceOperation
-
Uses of ClientStorageServiceOperation in org.opensaml.storage.impl.client
Fields in org.opensaml.storage.impl.client with type parameters of type ClientStorageServiceOperationModifier and TypeFieldDescriptionprivate Collection<ClientStorageServiceOperation>ClientStorageSaveContext.storageOperationsStorage operations to perform.Methods in org.opensaml.storage.impl.client that return ClientStorageServiceOperationModifier and TypeMethodDescriptionabstract 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.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.Methods in org.opensaml.storage.impl.client that return types with arguments of type ClientStorageServiceOperationModifier and TypeMethodDescriptionClientStorageSaveContext.getStorageOperations()Get the storage operations to perform.