Uses of Class
jcifs.smb.NtlmPasswordAuthentication
Packages that use NtlmPasswordAuthentication
-
Uses of NtlmPasswordAuthentication in jcifs.smb
Fields in jcifs.smb declared as NtlmPasswordAuthenticationModifier and TypeFieldDescriptionstatic final NtlmPasswordAuthenticationNtlmPasswordAuthentication.ANONYMOUSMethods in jcifs.smb that return NtlmPasswordAuthenticationModifier and TypeMethodDescriptionprotected NtlmPasswordAuthenticationNtlmAuthenticator.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 NtlmPasswordAuthenticationNtlmAuthenticator.requestNtlmPasswordAuthentication(String url, SmbAuthException sae) Used internally by jCIFS when an SmbAuthException is trapped to retrieve new user credentials.Methods in jcifs.smb with parameters of type NtlmPasswordAuthenticationModifier and TypeMethodDescriptionSID[]SID.getGroupMemberSids(String authorityServerName, NtlmPasswordAuthentication auth, int flags) static SIDSID.getServerSid(String server, NtlmPasswordAuthentication auth) voidSID.resolve(String authorityServerName, NtlmPasswordAuthentication auth) Manually resolve this SID.static voidSID.resolveSids(String authorityServerName, NtlmPasswordAuthentication auth, SID[] sids) Resolve an array of SIDs using a cache and at most one MSRPC request.static voidSID.resolveSids(String authorityServerName, NtlmPasswordAuthentication auth, SID[] sids, int offset, int length) Constructors in jcifs.smb with parameters of type NtlmPasswordAuthenticationModifierConstructorDescriptionNtlmContext(NtlmPasswordAuthentication auth, boolean doSigning) SmbFile(String context, String name, NtlmPasswordAuthentication auth) Constructs an SmbFile representing a resource on an SMB network such as a file or directory.SmbFile(String context, String name, NtlmPasswordAuthentication auth, int shareAccess) Constructs an SmbFile representing a resource on an SMB network such as a file or directory.SmbFile(String url, NtlmPasswordAuthentication auth) Constructs an SmbFile representing a resource on an SMB network such as a file or directory.SmbFile(String url, NtlmPasswordAuthentication auth, int shareAccess) Constructs an SmbFile representing a file on an SMB network.SmbFile(URL url, NtlmPasswordAuthentication auth) Constructs an SmbFile representing a resource on an SMB network such as a file or directory from a URL object and an NtlmPasswordAuthentication object.SmbNamedPipe(String url, int pipeType, NtlmPasswordAuthentication auth) SmbNamedPipe(URL url, int pipeType, NtlmPasswordAuthentication auth)