Class ClassificationLevel
- java.lang.Object
-
- fr.gouv.vitam.common.configuration.ClassificationLevel
-
public class ClassificationLevel extends java.lang.Object
Class classification level
-
-
Constructor Summary
Constructors Constructor Description ClassificationLevel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
authorizeNotDefined()
java.util.List<java.lang.String>
getAllowList()
ClassificationLevel
setAllowList(java.util.List<java.lang.String> allowList)
The list of the authorized classification levelClassificationLevel
setAuthorizeNotDefined(boolean authorizeNotDefined)
The parameter allow accepting the sip without classification level when it's true, rejecting the sip when it's false
-
-
-
Method Detail
-
getAllowList
public java.util.List<java.lang.String> getAllowList()
- Returns:
-
authorizeNotDefined
public boolean authorizeNotDefined()
- Returns:
-
setAllowList
public ClassificationLevel setAllowList(java.util.List<java.lang.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:
-
-