AccountConnectorTabProvider

since v10.0.102

The extension point AccountConnectorTabProvider is a java interface that you can implement to display and provide content for custom tabs for the account configuration in the novomind iAGENT Supervisor frontend.

The custom tabs can for example be used to provide configuration options for custom MessageConnector plugins. In this case you will have to check the currently selected protocol provided by the AccountConnectorTabViewContext and only display the tab if the protocol matches with your MessageConnector.

Your plugin has to return an instance of AccountConnectorTab. The AccountConnectorTab specifies an internal name, a display name and a resource path for the tab's content. The path has to be specified as a relative path inside the META-INF/views directory of your plugin jar file.