Viewing component details
For each component listed in Bravura Security Fabric , you can view a brief description, as well as a list of the component’s dependencies and conflicts, in the component UI.
Information can also be viewed in the manifest file for the component. The manifest file is an XML file containing installation information for the component. A manifest file may include any or all of the following tags:
< description > - A brief description of the component
< removable > - A boolean value that determines if the component may be uninstalled. If False, the component may only be disabled, not removed.
< version > - The component version number
< priority > - An integer that controls the order in which the component is installed. Components with a smaller priority number are installed before those with larger priority numbers
< depends > - Dependencies of the component, which are other components that contain configuration required by this component to function.
< python_depends > - Python packages required by this component. The installation of the component will fail if any required package is missing.
< configdata > - Files containing configuration information for the component.
< extension > - Script hooks or plugin points that this component contains scripts to hook into.