java.lang.Object
fr.gouv.vitam.storage.engine.server.storagelog.parameters.AccessLogParameters
All Implemented Interfaces:
StorageLogStructure

public class AccessLogParameters extends Object implements StorageLogStructure
  • Constructor Details

    • AccessLogParameters

      public AccessLogParameters(Map<StorageLogbookParameterName,String> mapParameters)
      Set directly at least all mandatory parameters in the AccessLogParameters. This constructor checks if all mandatory parameters are set
      Parameters:
      mapParameters - The initial parameters (MUST contains mandatory parameters
      Throws:
      StorageException
  • Method Details