public class NtlmAuthentication extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
AUTHENTICATION_SERVICE_NTLM |
protected Properties |
properties |
| Constructor and Description |
|---|
NtlmAuthentication(Properties properties) |
| Modifier and Type | Method and Description |
|---|---|
jcifs.ntlmssp.Type1Message |
createType1() |
jcifs.ntlmssp.Type2Message |
createType2(jcifs.ntlmssp.Type1Message type1) |
jcifs.ntlmssp.Type3Message |
createType3(jcifs.ntlmssp.Type2Message type2) |
protected AuthenticationSource |
getAuthenticationSource() |
Security |
getSecurity() |
public static final int AUTHENTICATION_SERVICE_NTLM
protected Properties properties
public NtlmAuthentication(Properties properties)
public Security getSecurity() throws IOException
IOExceptionprotected AuthenticationSource getAuthenticationSource()
public jcifs.ntlmssp.Type1Message createType1()
throws IOException
IOExceptionpublic jcifs.ntlmssp.Type2Message createType2(jcifs.ntlmssp.Type1Message type1)
throws IOException
IOExceptionpublic jcifs.ntlmssp.Type3Message createType3(jcifs.ntlmssp.Type2Message type2)
throws IOException
IOExceptionCopyright © 2017 LSST. All rights reserved.