パッケージ jcifs.smb

クラス NtlmPasswordAuthentication

    • コンストラクタの詳細

      • NtlmPasswordAuthentication

        public NtlmPasswordAuthentication​(CIFSContext tc)
        推奨されていません。
        Construct anonymous credentials
        パラメータ:
        tc -
      • NtlmPasswordAuthentication

        public NtlmPasswordAuthentication​(CIFSContext tc,
                                          String userInfo)
        推奨されていません。
        Create an NtlmPasswordAuthentication object from the userinfo component of an SMB URL like "domain;user:pass". This constructor is used internally be jCIFS when parsing SMB URLs.
        パラメータ:
        tc -
        userInfo -
      • NtlmPasswordAuthentication

        public NtlmPasswordAuthentication​(CIFSContext tc,
                                          String domain,
                                          String username,
                                          String password)
        推奨されていません。
        Create an NtlmPasswordAuthentication object from a domain, username, and password. Parameters that are null will be substituted with jcifs.smb.client.domain, jcifs.smb.client.username, jcifs.smb.client.password property values.
        パラメータ:
        tc - context to use
        domain -
        username -
        password -
      • NtlmPasswordAuthentication

        public NtlmPasswordAuthentication​(String domain,
                                          String username,
                                          byte[] challenge,
                                          byte[] ansiHash,
                                          byte[] unicodeHash)
        推奨されていません。
        Create an NtlmPasswordAuthentication object with raw password hashes. This is used exclusively by the jcifs.http.NtlmSsp class which is in turn used by NTLM HTTP authentication functionality.
        パラメータ:
        domain -
        username -
        challenge -
        ansiHash -
        unicodeHash -