Uses of Class
org.netxms.client.constants.WebServiceAuthType
-
Packages that use WebServiceAuthType Package Description org.netxms.client.constants org.netxms.client.datacollection -
-
Uses of WebServiceAuthType in org.netxms.client.constants
Methods in org.netxms.client.constants that return WebServiceAuthType Modifier and Type Method Description static WebServiceAuthTypeWebServiceAuthType. getByValue(int value)Get enum element by integer valuestatic WebServiceAuthTypeWebServiceAuthType. valueOf(String name)Returns the enum constant of this type with the specified name.static WebServiceAuthType[]WebServiceAuthType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of WebServiceAuthType in org.netxms.client.datacollection
Methods in org.netxms.client.datacollection that return WebServiceAuthType Modifier and Type Method Description WebServiceAuthTypeWebServiceDefinition. getAuthenticationType()Methods in org.netxms.client.datacollection with parameters of type WebServiceAuthType Modifier and Type Method Description voidWebServiceDefinition. setAuthenticationType(WebServiceAuthType authenticationType)
-