update JNI to add new status code

This commit is contained in:
Grant Limberg 2022-03-04 14:28:25 -08:00
parent c341bf6d8c
commit a8dde7b89b
No known key found for this signature in database
GPG key ID: 8F2F97D3BE8D7735
2 changed files with 8 additions and 0 deletions

View file

@ -37,6 +37,11 @@ public enum VirtualNetworkStatus {
*/
NETWORK_STATUS_OK,
/**
* Netconf master said SSO auth required.
*/
NETWORK_STATUS_AUTHENTICATION_REQUIRED,
/**
* Netconf master told us 'nope'
*/