Class ACIItem

    • Constructor Detail

      • ACIItem

        protected ACIItem​(String identificationTag,
                          int precedence,
                          AuthenticationLevel authenticationLevel)
        Creates a new instance
        Parameters:
        identificationTag - the id string of this item
        precedence - the precedence of this item
        authenticationLevel - the level of authentication required to this item
    • Method Detail

      • getIdentificationTag

        public String getIdentificationTag()
        Gets the id string of this item.
        Returns:
        the identification tag
      • getPrecedence

        public int getPrecedence()
        Gets the precedence of this item.
        Returns:
        the precedence
      • getAuthenticationLevel

        public AuthenticationLevel getAuthenticationLevel()
        Gets the level of authentication required to this item.
        Returns:
        the authentication level