| Package | Description |
|---|---|
| jcifs.internal.smb1 | |
| jcifs.smb |
| Constructor and Description |
|---|
SMB1SigningDigest(SmbTransportInternal transport,
NtlmPasswordAuthenticator auth) |
| Modifier and Type | Class and Description |
|---|---|
class |
JAASAuthenticator
JAAS kerberos authenticator
Either configure JAAS for credential caching or reuse a single instance of this authenticator -otherwise you won't
get proper ticket caching.
|
class |
Kerb5Authenticator
Base kerberos authenticator
Uses a subject that contains kerberos credentials for use in GSSAPI context establishment.
|
class |
NtlmNtHashAuthenticator
Authenticator directly specifing the user's NT hash
|
class |
NtlmPasswordAuthentication
Deprecated.
use
NtlmPasswordAuthenticator instead |
| Modifier and Type | Method and Description |
|---|---|
NtlmPasswordAuthenticator |
NtlmPasswordAuthenticator.clone() |
NtlmPasswordAuthenticator |
NtlmNtHashAuthenticator.clone() |
static NtlmPasswordAuthenticator |
NtlmAuthenticator.requestNtlmPasswordAuthentication(NtlmAuthenticator a,
String url,
SmbAuthException sae) |
static NtlmPasswordAuthenticator |
NtlmAuthenticator.requestNtlmPasswordAuthentication(String url,
SmbAuthException sae)
Used internally by jCIFS when an SmbAuthException is trapped to retrieve new user credentials.
|
| Constructor and Description |
|---|
NtlmContext(CIFSContext tc,
NtlmPasswordAuthenticator auth,
boolean doSigning) |
Copyright © 2023. All rights reserved.