JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
io.quarkus.mailer.runtime
Interface NtlmConfig
public interface
NtlmConfig
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Optional
<
String
>
domain
()
Sets the domain used on NTLM authentication.
Optional
<
String
>
workstation
()
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.