Class ClassificationLevel


  • public class ClassificationLevel
    extends java.lang.Object
    Class classification level
    • Constructor Detail

      • ClassificationLevel

        public ClassificationLevel()
    • 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: