Uses of Class
org.netxms.client.constants.AuthenticationType
-
Packages that use AuthenticationType Package Description org.netxms.client org.netxms.client.constants -
-
Uses of AuthenticationType in org.netxms.client
Methods in org.netxms.client that return AuthenticationType Modifier and Type Method Description AuthenticationTypeNXCSession. getAuthenticationMethod()Get the current authentication methodMethods in org.netxms.client with parameters of type AuthenticationType Modifier and Type Method Description voidNXCSession. login(AuthenticationType authType, String login, String password, Certificate certificate, Signature signature)Login to server. -
Uses of AuthenticationType in org.netxms.client.constants
Methods in org.netxms.client.constants that return AuthenticationType Modifier and Type Method Description static AuthenticationTypeAuthenticationType. getByValue(int value)Get enum element by integer valuestatic AuthenticationTypeAuthenticationType. 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.
-