Uses of Enum
org.metricshub.winrm.AuthScheme
Packages that use AuthScheme
-
Uses of AuthScheme in org.metricshub.winrm
Methods in org.metricshub.winrm that return AuthSchemeModifier and TypeMethodDescriptionstatic AuthSchemeReturns the enum constant of this type with the specified name.static AuthScheme[]AuthScheme.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.metricshub.winrm with parameters of type AuthSchemeModifier and TypeMethodDescriptionWinRMClient.Builder.authentication(AuthScheme... schemes) Set the authentication schemes, tried in the given order until one succeeds.