Class ClassificationLevel

java.lang.Object
fr.gouv.vitam.common.configuration.ClassificationLevel

public class ClassificationLevel extends Object
Class classification level
  • Constructor Details

    • ClassificationLevel

      public ClassificationLevel()
  • Method Details

    • getAllowList

      public List<String> getAllowList()
      Returns:
    • authorizeNotDefined

      public boolean authorizeNotDefined()
      Returns:
    • setAllowList

      public ClassificationLevel setAllowList(List<String> allowList)
      The list of the authorized classification level
      Parameters:
      allowList -
      Returns:
    • setAuthorizeNotDefined

      public ClassificationLevel setAuthorizeNotDefined(boolean authorizeNotDefined)
      The parameter allow accepting the sip without classification level when it's true, rejecting the sip when it's false
      Parameters:
      authorizeNotDefined -
      Returns: