Uses of Class
jcifs.smb.NtlmPasswordAuthentication

Packages that use NtlmPasswordAuthentication
jcifs.dcerpc   
jcifs.http   
jcifs.smb   
 

Uses of NtlmPasswordAuthentication in jcifs.dcerpc
 

Methods in jcifs.dcerpc with parameters of type NtlmPasswordAuthentication
static DcerpcHandle DcerpcHandle.getHandle(java.lang.String url, NtlmPasswordAuthentication auth)
           
 

Constructors in jcifs.dcerpc with parameters of type NtlmPasswordAuthentication
DcerpcPipeHandle(java.lang.String url, NtlmPasswordAuthentication auth)
           
 

Uses of NtlmPasswordAuthentication in jcifs.http
 

Methods in jcifs.http that return NtlmPasswordAuthentication
protected  NtlmPasswordAuthentication NtlmHttpFilter.negotiate(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, boolean skipAuthentication)
          Negotiate password hashes with MSIE clients using NTLM SSP
 NtlmPasswordAuthentication NtlmSsp.doAuthentication(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, byte[] challenge)
          Calls the static NtlmSsp.authenticate(HttpServletRequest, HttpServletResponse, byte[]) method to perform NTLM authentication for the specified servlet request.
static NtlmPasswordAuthentication NtlmSsp.authenticate(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, byte[] challenge)
          Performs NTLM authentication for the servlet request.
 

Uses of NtlmPasswordAuthentication in jcifs.smb
 

Methods in jcifs.smb that return NtlmPasswordAuthentication
static NtlmPasswordAuthentication NtlmAuthenticator.requestNtlmPasswordAuthentication(java.lang.String url, SmbAuthException sae)
          Used internally by jCIFS when an SmbAuthException is trapped to retrieve new user credentials.
protected  NtlmPasswordAuthentication NtlmAuthenticator.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 NtlmPasswordAuthentication NtlmAuthenticator.requestNtlmPasswordAuthentication(java.lang.String url, SmbAuthException sae)
          Used internally by jCIFS when an SmbAuthException is trapped to retrieve new user credentials.
protected  NtlmPasswordAuthentication NtlmAuthenticator.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.
 

Methods in jcifs.smb with parameters of type NtlmPasswordAuthentication
static void SID.resolveSids(java.lang.String authorityServerName, NtlmPasswordAuthentication auth, SID[] sids)
          Resolve an array of SIDs using a cache and at most one MSRPC request.
static SID SID.getServerSid(java.lang.String server, NtlmPasswordAuthentication auth)
           
 void SID.resolve(java.lang.String authorityServerName, NtlmPasswordAuthentication auth)
          Manually resolve this SID.
 SID[] SID.getGroupMemberSids(java.lang.String authorityServerName, NtlmPasswordAuthentication auth, int flags)
           
static void SmbSession.logon(UniAddress dc, NtlmPasswordAuthentication auth)
          Authenticate arbitrary credentials represented by the NtlmPasswordAuthentication object against the domain controller specified by the UniAddress parameter.
static void SmbSession.logon(UniAddress dc, int port, NtlmPasswordAuthentication auth)
           
static void SID.resolveSids(java.lang.String authorityServerName, NtlmPasswordAuthentication auth, SID[] sids)
          Resolve an array of SIDs using a cache and at most one MSRPC request.
static SID SID.getServerSid(java.lang.String server, NtlmPasswordAuthentication auth)
           
 void SID.resolve(java.lang.String authorityServerName, NtlmPasswordAuthentication auth)
          Manually resolve this SID.
 SID[] SID.getGroupMemberSids(java.lang.String authorityServerName, NtlmPasswordAuthentication auth, int flags)
           
static void SmbSession.logon(UniAddress dc, NtlmPasswordAuthentication auth)
          Authenticate arbitrary credentials represented by the NtlmPasswordAuthentication object against the domain controller specified by the UniAddress parameter.
static void SmbSession.logon(UniAddress dc, int port, NtlmPasswordAuthentication auth)
           
 

Constructors in jcifs.smb with parameters of type NtlmPasswordAuthentication
SmbFile(java.lang.String url, NtlmPasswordAuthentication auth)
          Constructs an SmbFile representing a resource on an SMB network such as a file or directory.
SmbFile(java.lang.String url, NtlmPasswordAuthentication auth, int shareAccess)
          Constructs an SmbFile representing a file on an SMB network.
SmbFile(java.lang.String context, java.lang.String name, NtlmPasswordAuthentication auth)
          Constructs an SmbFile representing a resource on an SMB network such as a file or directory.
SmbFile(java.lang.String context, java.lang.String name, NtlmPasswordAuthentication auth, int shareAccess)
          Constructs an SmbFile representing a resource on an SMB network such as a file or directory.
SmbFile(java.net.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(java.lang.String url, int pipeType, NtlmPasswordAuthentication auth)
           
SmbNamedPipe(java.net.URL url, int pipeType, NtlmPasswordAuthentication auth)
           
SmbFile(java.lang.String url, NtlmPasswordAuthentication auth)
          Constructs an SmbFile representing a resource on an SMB network such as a file or directory.
SmbFile(java.lang.String url, NtlmPasswordAuthentication auth, int shareAccess)
          Constructs an SmbFile representing a file on an SMB network.
SmbFile(java.lang.String context, java.lang.String name, NtlmPasswordAuthentication auth)
          Constructs an SmbFile representing a resource on an SMB network such as a file or directory.
SmbFile(java.lang.String context, java.lang.String name, NtlmPasswordAuthentication auth, int shareAccess)
          Constructs an SmbFile representing a resource on an SMB network such as a file or directory.
SmbFile(java.net.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.
SigningDigest(SmbTransport transport, NtlmPasswordAuthentication auth)
           
SmbNamedPipe(java.lang.String url, int pipeType, NtlmPasswordAuthentication auth)
           
SmbNamedPipe(java.net.URL url, int pipeType, NtlmPasswordAuthentication auth)