Uses of Class
jcifs.smb.NtlmAuthenticator
-
Packages that use NtlmAuthenticator Package Description jcifs.smb -
-
Uses of NtlmAuthenticator in jcifs.smb
Methods in jcifs.smb that return NtlmAuthenticator Modifier and Type Method Description static NtlmAuthenticatorNtlmAuthenticator. getDefault()Methods in jcifs.smb with parameters of type NtlmAuthenticator Modifier and Type Method Description static NtlmPasswordAuthenticatorNtlmAuthenticator. requestNtlmPasswordAuthentication(NtlmAuthenticator a, String url, SmbAuthException sae)static voidNtlmAuthenticator. setDefault(NtlmAuthenticator a)Set the default NtlmAuthenticator.
-