REST.Authenticator.Basic.THTTPBasicAuthenticator
Delphi
THTTPBasicAuthenticator = class(TCustomAuthenticator)
C++
class PASCALIMPLEMENTATION THTTPBasicAuthenticator : public Rest::Client::TCustomAuthenticator
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
class | public | REST.Authenticator.Basic.pas REST.Authenticator.Basic.hpp |
REST.Authenticator.Basic | REST.Authenticator.Basic |
説明
HTTP 基本認証を実装したものです。
THTTPBasicAuthenticator では、ユーザー名とパスワードが含まれた値を要求の HTTP ヘッダーに埋め込みます。RFC2617 で規定されているように、ユーザー名とパスワードは Base64 でエンコードされます。
ヘッダーは要求ごとに埋め込まれます。
関連項目
- REST.Authenticator.OAuth.TOAuth1Authenticator
- REST.Authenticator.OAuth.TOAuth2Authenticator
- REST.Authenticator.Simple.TSimpleAuthenticator
- REST.Authenticator.Basic.THTTPBasicAuthenticatorAdapter
- REST.Authenticator.Basic.TSubHTTPBasicAuthenticationBindSource
- REST.Authenticator.Basic.THTTPBasicAuthenticator.Username
- REST.Authenticator.Basic.THTTPBasicAuthenticator.Password