embedCONTROLCore
Public Member Functions | Public Attributes | List of all members
com.thecoderscorner.embedcontrol.jfx.controlmgr.panels.AuthIoTMonitorController Class Reference

Public Member Functions

void initialise (MenuAuthenticator authenticator, MenuManagerServer manager)
 
void addAuthPressed (ActionEvent actionEvent)
 
void removeAuthPressed (ActionEvent actionEvent)
 
void closeConnectionPressed (ActionEvent actionEvent)
 
void refreshWasPressed (ActionEvent actionEvent)
 

Public Attributes

ListView< ServerConnection > connectionList
 
ListView< String > authenticatedUsersList
 
Button removeAuthButton
 
Button closeConnectionButton
 

Detailed Description

This is the controller for authIoTMonitor.fxml. It provides a simple panel to manage the core IoT settings, including adding and removing authentication pairs and checking active connections, and closing a connection if required. You can read more about connections in the tcMenu documentation -


The documentation for this class was generated from the following file: