Class NtlmConfig


  • public class NtlmConfig
    extends Object
    • Field Detail

      • workstation

        @ConfigItem
        public Optional<String> workstation
        Sets the workstation used on NTLM authentication.
      • domain

        @ConfigItem
        public Optional<String> domain
        Sets the domain used on NTLM authentication.
    • Constructor Detail

      • NtlmConfig

        public NtlmConfig()