REST.Authenticator.Simple.TSimpleAuthenticator

提供: RAD Studio API Documentation
移動先: 案内検索

REST.Client.TCustomAuthenticatorData.Bind.ObjectScope.TBaseObjectBindSourceDelegateData.Bind.Components.TBaseLinkingBindSourceData.Bind.Components.TBaseBindScopeComponentTSimpleAuthenticator

Delphi

TSimpleAuthenticator = class(TCustomAuthenticator)

C++

class PASCALIMPLEMENTATION TSimpleAuthenticator : public Rest::Client::TCustomAuthenticator

プロパティ

種類 可視性 ソース ユニット
class public
REST.Authenticator.Simple.pas
REST.Authenticator.Simple.hpp
REST.Authenticator.Simple REST.Authenticator.Simple


説明

ユーザー名パスワードを使用したベーシック認証を実装します。

データは、キー&値ペアのセットに変換され、その際、キーは UsernameKeyPasswordKey、値は UsernamePassword にそれぞれなります。

データの転送方法は要求のメソッドによって異なります。GET 要求(非セキュア)の場合には URL 内で、POST 要求の場合には本体内で送信されます。

関連項目