Uses of Class
org.metricshub.winrm.exceptions.WinRMException
Packages that use WinRMException
Package
Description
-
Uses of WinRMException in org.metricshub.winrm.light
Methods in org.metricshub.winrm.light that throw WinRMExceptionModifier and TypeMethodDescriptionstatic LightWinRMServiceLightWinRMService.createInstance(WinRMEndpoint winRMEndpoint, long timeout, Path ticketCache, List<AuthenticationEnum> authentications) Create a light WinRM executor.static LightWinRMServiceLightWinRMService.createInstance(WinRMEndpoint winRMEndpoint, long timeout, Path ticketCache, List<AuthenticationEnum> authentications, SSLContext sslContext, boolean trustAllCertificates) Create a light WinRM executor with an explicit TLS configuration, overriding theorg.metricshub.winrm.tls.insecuresystem property for this instance.static LightWinRMServiceLightWinRMService.createInstance(WinRMEndpoint winRMEndpoint, long timeout, Path ticketCache, List<AuthenticationEnum> authentications, SSLContext sslContext, boolean trustAllCertificates, int consoleCodePage) Create a light WinRM executor with an explicit console code page for the command shell. -
Uses of WinRMException in org.metricshub.winrm.service
Methods in org.metricshub.winrm.service that throw WinRMExceptionModifier and TypeMethodDescriptionstatic WindowsRemoteExecutorWinRMExecutorFactory.createInstance(WinRMEndpoint winRMEndpoint, long timeout, Path ticketCache, List<AuthenticationEnum> authentications) Create aWindowsRemoteExecutor.static WindowsRemoteExecutorWinRMExecutorFactory.createInstance(WinRMEndpoint winRMEndpoint, long timeout, Path ticketCache, List<AuthenticationEnum> authentications, SSLContext sslContext, boolean trustAllCertificates) Create aWindowsRemoteExecutorwith an explicit TLS configuration, overriding theorg.metricshub.winrm.tls.insecuresystem property for this instance.static WindowsRemoteExecutorWinRMExecutorFactory.createInstance(WinRMEndpoint winRMEndpoint, long timeout, Path ticketCache, List<AuthenticationEnum> authentications, SSLContext sslContext, boolean trustAllCertificates, int consoleCodePage) Create aWindowsRemoteExecutorwith an explicit console code page for the command shell. -
Uses of WinRMException in org.metricshub.winrm.wql
Methods in org.metricshub.winrm.wql that throw WinRMExceptionModifier and TypeMethodDescriptionstatic WinRMWqlExecutorWinRMWqlExecutor.executeWql(WinRMHttpProtocolEnum protocol, String hostname, Integer port, String username, char[] password, String namespace, String wqlQuery, long timeout, Path ticketCache, List<AuthenticationEnum> authentications) Execute a WQL query and process its result.