Uses of Enum Class
org.netxms.client.constants.CertificateMappingMethod
Packages that use CertificateMappingMethod
Package
Description
-
Uses of CertificateMappingMethod in org.netxms.client
Methods in org.netxms.client that return CertificateMappingMethodModifier and TypeMethodDescriptionNXCObjectModificationData.getCertificateMappingMethod()Get certificate mapping method.Methods in org.netxms.client with parameters of type CertificateMappingMethodModifier and TypeMethodDescriptionvoidNXCObjectModificationData.setCertificateMapping(CertificateMappingMethod method, String data) Set certificate mapping method and data. -
Uses of CertificateMappingMethod in org.netxms.client.constants
Methods in org.netxms.client.constants that return CertificateMappingMethodModifier and TypeMethodDescriptionstatic CertificateMappingMethodCertificateMappingMethod.getByValue(int value) Get enum element by integer valuestatic CertificateMappingMethodReturns the enum constant of this class with the specified name.static CertificateMappingMethod[]CertificateMappingMethod.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CertificateMappingMethod in org.netxms.client.objects
Fields in org.netxms.client.objects declared as CertificateMappingMethodModifier and TypeFieldDescriptionprotected CertificateMappingMethodAbstractNode.agentCertificateMappingMethodMethods in org.netxms.client.objects that return CertificateMappingMethodModifier and TypeMethodDescriptionAbstractNode.getAgentCertificateMappingMethod()Get mapping method for agent certificate mapping. -
Uses of CertificateMappingMethod in org.netxms.client.users
Methods in org.netxms.client.users that return CertificateMappingMethodModifier and TypeMethodDescriptionUser.getCertMappingMethod()Get certificate mapping method for certificate based authentication.Methods in org.netxms.client.users with parameters of type CertificateMappingMethodModifier and TypeMethodDescriptionvoidUser.setCertMappingMethod(CertificateMappingMethod certMappingMethod) Set certificate mapping method for certificate based authentication.