Package | Description |
---|---|
jcifs | |
jcifs.context | |
jcifs.smb |
Modifier and Type | Method and Description |
---|---|
SmbCredentials |
CIFSContext.getCredentials() |
Modifier and Type | Method and Description |
---|---|
CIFSContext |
CIFSContext.withCredentials(SmbCredentials creds) |
Modifier and Type | Method and Description |
---|---|
SmbCredentials |
CIFSContextWrapper.getCredentials() |
SmbCredentials |
CIFSContextCredentialWrapper.getCredentials() |
SmbCredentials |
AbstractCIFSContext.getCredentials() |
Modifier and Type | Method and Description |
---|---|
CIFSContext |
CIFSContextWrapper.withCredentials(SmbCredentials creds) |
CIFSContext |
AbstractCIFSContext.withCredentials(SmbCredentials creds) |
Constructor and Description |
---|
CIFSContextCredentialWrapper(AbstractCIFSContext delegate,
SmbCredentials creds) |
Modifier and Type | Interface and Description |
---|---|
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 |
NtlmPasswordAuthentication
This class stores and encrypts NTLM user credentials.
|
Modifier and Type | Method and Description |
---|---|
SmbCredentials |
SmbCredentials.clone() |
SmbCredentials |
SmbSession.getCredentials() |
SmbCredentials |
JAASAuthenticator.renew()
Renew the credentials
|
SmbCredentials |
SmbRenewableCredentials.renew()
Renew the credentials
|
Copyright © 2017. All rights reserved.