public class Ntlm extends Object
Constructor and Description |
---|
Ntlm(String ntdomain,
String hostname,
String username,
String password,
MailLogger logger)
Create an NTLM authenticator.
|
Modifier and Type | Method and Description |
---|---|
String |
generateType1Msg(int flags) |
String |
generateType3Msg(String challenge) |
public Ntlm(String ntdomain, String hostname, String username, String password, MailLogger logger)
ntdomain
- the NT domainhostname
- the host nameusername
- the user namepassword
- the passwordlogger
- the MailLoggerCopyright © 2017 JBoss by Red Hat. All rights reserved.