- AbstractEventHandler - Class in com.spacecode.sdk.device.event
- 
     Abstract class which implements all event handlers. 
- AbstractEventHandler() - Constructor for class com.spacecode.sdk.device.event.AbstractEventHandler
-  
- AccessControlEventHandler - Interface in com.spacecode.sdk.device.event
- 
Access control (authentications) events. 
- AccessModuleEventHandler - Interface in com.spacecode.sdk.device.event
- 
Advanced authentication modules events. 
- AccessType - Enum in com.spacecode.sdk.user.data
- 
Types of Access (automatic scans). 
- addAlert(Alert) - Method in class com.spacecode.sdk.network.TcpDevice
- 
Ask the remote device to add an Alert. 
- addBadgeReader(String, String, boolean) - Method in class com.spacecode.sdk.device.Device
- 
Allows virtually "plugging-in" a Badge Reader to this Device. 
- addBadgeReader(String, String, boolean) - Method in class com.spacecode.sdk.network.TcpDevice
-  
- addFingerprintReader(String, boolean) - Method in class com.spacecode.sdk.device.Device
- 
Allows virtually "plugging-in" a Fingerprint Reader to this Device. 
- addFingerprintReader(String, boolean) - Method in class com.spacecode.sdk.network.TcpDevice
-  
- addListener(DeviceEventHandler) - Method in class com.spacecode.sdk.device.Device
- 
Add a new listener (implementing at least DeviceEventHandler) to be informed of any new event. 
- addScale(String, ScaleType) - Method in class com.spacecode.sdk.device.Device
- 
Allow connecting a scale using the configuration of a predefined model (see  ScaleType. 
- addScale(String, ScaleSettings, byte[]) - Method in class com.spacecode.sdk.device.Device
- 
Try to connect a scale using a custom configuration. 
- addTemperatureProbe(String, int, double) - Method in class com.spacecode.sdk.device.Device
- 
Try to connect and add a temperature probe with given serial number. 
- addTemperatureProbe(String, int, double) - Method in class com.spacecode.sdk.network.TcpDevice
-  
- addUser(User) - Method in class com.spacecode.sdk.user.UsersService
- 
Add a user to the current users list. 
- addUsers(Collection<User>) - Method in class com.spacecode.sdk.user.UsersService
- 
Add users to the current users list. 
- adminQuery(String, Object...) - Method in class com.spacecode.sdk.device.Device
- 
Deprecated. 
- Alert - Class in com.spacecode.sdk.network.alert
- 
Alerts allow defining a critical information to be raised and sent by email. 
- Alert(AlertType, String, String, String, boolean) - Constructor for class com.spacecode.sdk.network.alert.Alert
- 
Build an alert without defining cc/bcc recipients. 
- Alert(AlertType, String, String, String, String, String, boolean) - Constructor for class com.spacecode.sdk.network.alert.Alert
- 
Default constructor, full set of parameters. 
- Alert(int, AlertType, String, String, String, String, String, boolean) - Constructor for class com.spacecode.sdk.network.alert.Alert
- 
Deprecated.
Deprecated for SDK users. Exclusively designed for internal usages. 
 
- AlertEventHandler - Interface in com.spacecode.sdk.device.event
- 
Alert system events. 
- alertRaised(Alert, String) - Method in class com.spacecode.sdk.device.event.AbstractEventHandler
-  
- alertRaised(Alert, String) - Method in interface com.spacecode.sdk.device.event.AlertEventHandler
-  
- AlertReport - Class in com.spacecode.sdk.network.alert
- 
Describe an alert report:
 
     Which Alert has been raised
     When
     Why (Additional data: Username, Temperature...)
  
- AlertReport(Alert, String, Date) - Constructor for class com.spacecode.sdk.network.alert.AlertReport
- 
Create an AlertReport based on information provided by the remote device. 
- AlertTemperature - Class in com.spacecode.sdk.network.alert
- 
Specialized Alert triggered when a temperature measure is out of the defined limits. 
- AlertTemperature(String, String, String, boolean, double, double) - Constructor for class com.spacecode.sdk.network.alert.AlertTemperature
- 
Default constructor. 
- AlertTemperature(String, String, String, String, String, boolean, double, double) - Constructor for class com.spacecode.sdk.network.alert.AlertTemperature
- 
Complete constructor, full set of parameters. 
- AlertTemperature(int, String, String, String, String, String, boolean, double, double) - Constructor for class com.spacecode.sdk.network.alert.AlertTemperature
- 
Deprecated.
Deprecated for SDK users. Exclusively designed for internal usages. 
 
- AlertType - Enum in com.spacecode.sdk.network.alert
- 
Types of Alert. 
- Authentication - Class in com.spacecode.sdk.network
- 
Provide information (sent by a remote device) about an authentication. 
- Authentication(String, AccessType, Date) - Constructor for class com.spacecode.sdk.network.Authentication
- 
Default constructor. 
- authenticationFailure(AuthenticationModule, User) - Method in class com.spacecode.sdk.device.event.AbstractEventHandler
-  
- authenticationFailure(AuthenticationModule, User) - Method in interface com.spacecode.sdk.device.event.AccessControlEventHandler
- 
Called when a user has failed authenticating himself (insufficient permissions). 
- AuthenticationModule - Class in com.spacecode.sdk.device.module
- 
Base class for authentication modules. 
- authenticationSuccess(AuthenticationModule, User) - Method in class com.spacecode.sdk.device.event.AbstractEventHandler
-  
- authenticationSuccess(AuthenticationModule, User) - Method in interface com.spacecode.sdk.device.event.AccessControlEventHandler
- 
Called when a user has been successfully authenticated.