Uses of Enum
org.metricshub.winrm.service.client.auth.AuthenticationEnum
Packages that use AuthenticationEnum
Package
Description
-
Uses of AuthenticationEnum in org.metricshub.winrm.light
Method parameters in org.metricshub.winrm.light with type arguments of type AuthenticationEnumModifier 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 AuthenticationEnum in org.metricshub.winrm.service
Method parameters in org.metricshub.winrm.service with type arguments of type AuthenticationEnumModifier 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 AuthenticationEnum in org.metricshub.winrm.service.client.auth
Methods in org.metricshub.winrm.service.client.auth that return AuthenticationEnumModifier and TypeMethodDescriptionstatic AuthenticationEnumReturns the enum constant of this type with the specified name.static AuthenticationEnum[]AuthenticationEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.metricshub.winrm.service.client.auth that return types with arguments of type AuthenticationEnumModifier and TypeMethodDescriptionstatic Optional<AuthenticationEnum>AuthenticationEnum.getValueOf(String name) Get the value of the enum Name regardless the cardinality. -
Uses of AuthenticationEnum in org.metricshub.winrm.wql
Method parameters in org.metricshub.winrm.wql with type arguments of type AuthenticationEnumModifier 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.