Interface NtlmConfig


public interface NtlmConfig
  • Method Summary

    Modifier and Type
    Method
    Description
    Sets the domain used on NTLM authentication.
    Sets the workstation used on NTLM authentication.
  • Method Details

    • workstation

      Optional<String> workstation()
      Sets the workstation used on NTLM authentication.
    • domain

      Optional<String> domain()
      Sets the domain used on NTLM authentication.