| Package | Description |
|---|---|
| jcifs | |
| jcifs.context | |
| jcifs.smb |
| Modifier and Type | Method and Description |
|---|---|
<T extends Credentials> |
Credentials.unwrap(Class<T> type) |
| Modifier and Type | Method and Description |
|---|---|
Credentials |
CIFSContext.getCredentials() |
| Modifier and Type | Method and Description |
|---|---|
CIFSContext |
CIFSContext.withCredentials(Credentials creds) |
| Modifier and Type | Method and Description |
|---|---|
Credentials |
CIFSContextCredentialWrapper.getCredentials() |
Credentials |
AbstractCIFSContext.getCredentials() |
Credentials |
CIFSContextWrapper.getCredentials() |
| Modifier and Type | Method and Description |
|---|---|
CIFSContext |
AbstractCIFSContext.withCredentials(Credentials creds) |
CIFSContext |
CIFSContextWrapper.withCredentials(Credentials creds) |
| Constructor and Description |
|---|
CIFSContextCredentialWrapper(AbstractCIFSContext delegate,
Credentials creds) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CredentialsInternal |
interface |
SmbRenewableCredentials |
| 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 |
class |
NtlmPasswordAuthenticator
This class stores and encrypts NTLM user credentials.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Credentials> |
NtlmPasswordAuthenticator.unwrap(Class<T> t) |
Copyright © 2023. All rights reserved.