REST.Authenticator.Simple.TSimpleAuthenticator
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 |
説明
ユーザー名とパスワードを使用したベーシック認証を実装します。
データは、キー&値ペアのセットに変換され、その際、キーは UsernameKey と PasswordKey、値は Username と Password にそれぞれなります。
データの転送方法は要求のメソッドによって異なります。GET 要求(非セキュア)の場合には URL 内で、POST 要求の場合には本体内で送信されます。
関連項目
- REST.Authenticator.OAuth.TOAuth1Authenticator
- REST.Authenticator.OAuth.TOAuth2Authenticator
- REST.Authenticator.Basic.THTTPBasicAuthenticator
- REST.Authenticator.Simple.TSimpleAuthenticatorAdapter
- REST.Authenticator.Simple.TSubSimpleAuthenticationBindSource
- REST.Authenticator.Simple.TSimpleAuthenticator.Username
- REST.Authenticator.Simple.TSimpleAuthenticator.Password
- REST.Authenticator.Simple.TSimpleAuthenticator.UsernameKey
- REST.Authenticator.Simple.TSimpleAuthenticator.PasswordKey