Main Content

サーバー認証

MATLAB® は、次の Web サービス インターフェイスに対しプログラム インターフェイスを提供します。

プロキシ サーバーを使用するには、プロキシ サーバー認証を参照してください。

RESTful Web サービスのサーバー認証

Kerberos は、Linux® および macOS プラットフォームではサポートされていません。

認証

プラットフォーム

weboptions

weboptions 引数

システム設定

基本

Windows®
Linux
macOS

必須

UsernamePassword

N/A

ダイジェスト

Windows
Linux
macOS

必須

UsernamePassword

N/A

NTLM

Windows

オプション

Username または Password を指定しない

Windows ドメインにログイン

NTLM

Linux
macOS

必須

UsernamePassword

N/A

Kerberos
ネゴシエート (SPNEGO)

Windows

オプション

Username または Password を指定しない

Kerberos ドメインにログイン

HTTP Web サービスのサーバー認証

Kerberos は、Linux および macOS プラットフォームではサポートされていません。

サーバー認証

プラットフォーム

matlab.net.http HTTPOptions オブジェクト

matlab.net.http Credentials プロパティ

システム設定

基本
ダイジェスト

Windows
Linux
macOS

Credentials プロパティ

UsernamePassword

N/A

NTLM

Windows

Credentials プロパティ

UsernamePassword を無視

Windows ドメインにログイン

NTLM

Linux
macOS

Credentials プロパティ

UsernamePassword

N/A

Kerberos
ネゴシエート (SPNEGO)

Windows

Credentials プロパティ

UsernamePassword を無視

Kerberos ドメインにログイン

OAuth 認証用のヘッダー フィールドの作成

matlab.net.http.AuthenticationScheme クラスは OAuth 認証スキームをサポートしていません。ただし、OAuth で必要な特定のヘッダー フィールドを作成できます。例については、Accessing Twitter with HTTP Interface in MATLAB を参照してください。

参考

| |

関連するトピック