パッケージ jcifs.smb1.smb1
クラス NtlmContext
- java.lang.Object
-
- jcifs.smb1.smb1.NtlmContext
-
public class NtlmContext extends Object
For initiating NTLM authentication (including NTLMv2). If you want to add NTLMv2 authentication support to something this is what you want to use. See the code for details. Note that JCIFS does not implement the acceptor side of NTLM authentication.
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 NtlmContext(NtlmPasswordAuthentication auth, boolean doSigning)
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 StringgetNetbiosName()byte[]getServerChallenge()byte[]getSigningKey()byte[]initSecContext(byte[] token, int offset, int len)booleanisEstablished()StringtoString()
-
-
-
コンストラクタの詳細
-
NtlmContext
public NtlmContext(NtlmPasswordAuthentication auth, boolean doSigning)
-
-
メソッドの詳細
-
isEstablished
public boolean isEstablished()
-
getServerChallenge
public byte[] getServerChallenge()
-
getSigningKey
public byte[] getSigningKey()
-
getNetbiosName
public String getNetbiosName()
-
initSecContext
public byte[] initSecContext(byte[] token, int offset, int len) throws SmbException- 例外:
SmbException
-
-