org.duracloud.mill.audit.AuditLogStoreUtil Maven / Gradle / Ivy
/*
* The contents of this file are subject to the license and copyright
* detailed in the LICENSE and NOTICE files at the root of the source
* tree and available online at
*
* http://duracloud.org/license/
*/
package org.duracloud.mill.audit;
import java.io.IOException;
import java.util.Map;
import org.duracloud.common.error.DuraCloudRuntimeException;
import org.duracloud.common.json.JaxbJsonSerializer;
/**
* @author Daniel Bernstein
* Date: May 14, 2014
*/
public class AuditLogStoreUtil {
private static JaxbJsonSerializer
© 2015 - 2025 Weber Informatics LLC | Privacy Policy