クラスの使用
jcifs.smb1.smb1.NtlmPasswordAuthentication
-
NtlmPasswordAuthenticationを使用しているパッケージ パッケージ 説明 jcifs.smb1.dcerpc jcifs.smb1.http jcifs.smb1.smb1 -
-
jcifs.smb1.dcerpcでのNtlmPasswordAuthenticationの使用
NtlmPasswordAuthentication型のパラメータを持つjcifs.smb1.dcerpcのメソッド 修飾子とタイプ メソッド 説明 static DcerpcHandleDcerpcHandle. getHandle(String url, NtlmPasswordAuthentication auth)NtlmPasswordAuthentication型のパラメータを持つjcifs.smb1.dcerpcのコンストラクタ コンストラクタ 説明 DcerpcPipeHandle(String url, NtlmPasswordAuthentication auth) -
jcifs.smb1.httpでのNtlmPasswordAuthenticationの使用
NtlmPasswordAuthenticationを返すjcifs.smb1.httpのメソッド 修飾子とタイプ メソッド 説明 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 -
jcifs.smb1.smb1でのNtlmPasswordAuthenticationの使用
NtlmPasswordAuthenticationとして宣言されているjcifs.smb1.smb1のフィールド 修飾子とタイプ フィールド 説明 static NtlmPasswordAuthenticationNtlmPasswordAuthentication. ANONYMOUSNtlmPasswordAuthenticationを返すjcifs.smb1.smb1のメソッド 修飾子とタイプ メソッド 説明 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.NtlmPasswordAuthentication型のパラメータを持つjcifs.smb1.smb1のメソッド 修飾子とタイプ メソッド 説明 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)NtlmPasswordAuthentication型のパラメータを持つjcifs.smb1.smb1のコンストラクタ コンストラクタ 説明 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)
-