Uses of Class
jcifs.smb1.smb1.NtlmPasswordAuthentication
-
Packages that use NtlmPasswordAuthentication Package Description jcifs.smb1.dcerpc jcifs.smb1.http jcifs.smb1.smb1 -
-
Uses of NtlmPasswordAuthentication in jcifs.smb1.dcerpc
Methods in jcifs.smb1.dcerpc with parameters of type NtlmPasswordAuthentication Modifier and Type Method Description static DcerpcHandleDcerpcHandle. getHandle(String url, NtlmPasswordAuthentication auth)Constructors in jcifs.smb1.dcerpc with parameters of type NtlmPasswordAuthentication Constructor Description DcerpcPipeHandle(String url, NtlmPasswordAuthentication auth) -
Uses of NtlmPasswordAuthentication in jcifs.smb1.http
Methods in jcifs.smb1.http that return NtlmPasswordAuthentication Modifier and Type Method Description static NtlmPasswordAuthenticationNtlmSsp. authenticate(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, byte[] challenge)Performs NTLM authentication for the servlet request.NtlmPasswordAuthenticationNtlmSsp. doAuthentication(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, byte[] challenge)Calls the staticNtlmSsp.authenticate(HttpServletRequest, HttpServletResponse, byte[])method to perform NTLM authentication for the specified servlet request.protected NtlmPasswordAuthenticationNtlmHttpFilter. negotiate(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, boolean skipAuthentication)Negotiate password hashes with MSIE clients using NTLM SSP -
Uses of NtlmPasswordAuthentication in jcifs.smb1.smb1
Fields in jcifs.smb1.smb1 declared as NtlmPasswordAuthentication Modifier and Type Field Description static NtlmPasswordAuthenticationNtlmPasswordAuthentication. ANONYMOUSMethods in jcifs.smb1.smb1 that return NtlmPasswordAuthentication Modifier and Type Method Description protected 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.smb1.smb1 with parameters of type NtlmPasswordAuthentication Modifier and Type Method Description SmbTransportDfs. getDc(String domain, NtlmPasswordAuthentication auth)SID[]SID. getGroupMemberSids(String authorityServerName, NtlmPasswordAuthentication auth, int flags)DfsReferralDfs. getReferral(SmbTransport trans, String domain, String root, String path, NtlmPasswordAuthentication auth)static SIDSID. getServerSid(String server, NtlmPasswordAuthentication auth)HashMapDfs. getTrustedDomains(NtlmPasswordAuthentication auth)booleanDfs. isTrustedDomain(String domain, NtlmPasswordAuthentication auth)static voidSmbSession. logon(UniAddress dc, int port, NtlmPasswordAuthentication auth)static voidSmbSession. logon(UniAddress dc, NtlmPasswordAuthentication auth)Authenticate arbitrary credentials represented by the NtlmPasswordAuthentication object against the domain controller specified by the UniAddress parameter.DfsReferralDfs. resolve(String domain, String root, String path, 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.smb1.smb1 with parameters of type NtlmPasswordAuthentication Constructor Description NtlmContext(NtlmPasswordAuthentication auth, boolean doSigning)SigningDigest(SmbTransport transport, NtlmPasswordAuthentication auth)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)
-