public interface NTLMEngine
Modifier and Type | Method and Description |
---|---|
String |
generateType1Msg(String domain,
String workstation)
Generates a Type1 message given the domain and workstation.
|
String |
generateType3Msg(String username,
String password,
String domain,
String workstation,
String challenge)
Generates a Type3 message given the user credentials and the
authentication challenge.
|
String generateType1Msg(String domain, String workstation) throws NTLMEngineException
domain
- Optional Windows domain name. Can be null
.workstation
- Optional Windows workstation name. Can be
null
.NTLMEngineException
String generateType3Msg(String username, String password, String domain, String workstation, String challenge) throws NTLMEngineException
username
- Windows user namepassword
- Passworddomain
- Windows domain nameworkstation
- Windows workstation namechallenge
- Type2 challenge.NTLMEngineException
Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.