Uses of Class
jcifs.smb.NtlmPasswordAuthenticator
-
Packages that use NtlmPasswordAuthenticator Package Description jcifs.internal.smb1 jcifs.smb -
-
Uses of NtlmPasswordAuthenticator in jcifs.internal.smb1
Constructors in jcifs.internal.smb1 with parameters of type NtlmPasswordAuthenticator Constructor Description SMB1SigningDigest(SmbTransportInternal transport, NtlmPasswordAuthenticator auth) -
Uses of NtlmPasswordAuthenticator in jcifs.smb
Subclasses of NtlmPasswordAuthenticator in jcifs.smb Modifier and Type Class Description classJAASAuthenticatorJAAS kerberos authenticator Either configure JAAS for credential caching or reuse a single instance of this authenticator -otherwise you won't get proper ticket caching.classKerb5AuthenticatorBase kerberos authenticator Uses a subject that contains kerberos credentials for use in GSSAPI context establishment.classNtlmNtHashAuthenticatorAuthenticator directly specifing the user's NT hashclassNtlmPasswordAuthenticationDeprecated.useNtlmPasswordAuthenticatorinsteadMethods in jcifs.smb that return NtlmPasswordAuthenticator Modifier and Type Method Description NtlmPasswordAuthenticatorNtlmNtHashAuthenticator. clone()NtlmPasswordAuthenticatorNtlmPasswordAuthenticator. clone()protected NtlmPasswordAuthenticatorNtlmAuthenticator. getNtlmPasswordAuthentication()An application extending this class must provide an implementation for this method that returns new user credentials try try when accessing SMB resources described by the getRequestingURL and getRequestingException methods.static NtlmPasswordAuthenticatorNtlmAuthenticator. requestNtlmPasswordAuthentication(String url, SmbAuthException sae)Used internally by jCIFS when an SmbAuthException is trapped to retrieve new user credentials.static NtlmPasswordAuthenticatorNtlmAuthenticator. requestNtlmPasswordAuthentication(NtlmAuthenticator a, String url, SmbAuthException sae)Methods in jcifs.smb with parameters of type NtlmPasswordAuthenticator Modifier and Type Method Description protected static voidNtlmPasswordAuthenticator. cloneInternal(NtlmPasswordAuthenticator cloned, NtlmPasswordAuthenticator toClone)Constructors in jcifs.smb with parameters of type NtlmPasswordAuthenticator Constructor Description NtlmContext(CIFSContext tc, NtlmPasswordAuthenticator auth, boolean doSigning)
-