REST.Authenticator.Basic.THTTPBasicAuthenticator
Delphi
THTTPBasicAuthenticator = class(TCustomAuthenticator)
C++
class PASCALIMPLEMENTATION THTTPBasicAuthenticator : public Rest::Client::TCustomAuthenticator
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
class | public | REST.Authenticator.Basic.pas REST.Authenticator.Basic.hpp |
REST.Authenticator.Basic | REST.Authenticator.Basic |
Beschreibung
Implementiert die grundlegende HTTP-Authentifizierung.
THTTPBasicAuthenticator bettet einen Wert, der den Benutzernamen und das Passwort enthält, in den HTTP-Header der Anforderung ein. Gemäß der Definition in RFC2617 sind der Benutzername und das Passwort in Base64 codiert.
Der Header wird für jede Anforderung eingebettet.
Siehe auch
- 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