| Package | Description |
|---|---|
| org.netxms.client | |
| org.netxms.client.constants |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationType |
NXCSession.getAuthenticationMethod() |
| Modifier and Type | Method and Description |
|---|---|
void |
NXCSession.login(AuthenticationType authType,
String login,
String password,
Certificate certificate,
Signature signature)
Login to server.
|
| Modifier and Type | Method and Description |
|---|---|
static AuthenticationType |
AuthenticationType.getByValue(int value)
Get enum element by integer value
|
static AuthenticationType |
AuthenticationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthenticationType[] |
AuthenticationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017. All rights reserved.