Class TRALClientDigest
Unit
Declaration
type TRALClientDigest = class(TRALAuthClient)
Description
Digest Authenticator for Client components
Hierarchy
- TObject
- TPersistent
- TComponent
- TRALComponent
- TRALAuthentication
- TRALAuthClient
- TRALClientDigest
Overview
Methods
![]() |
function IsAuthenticated: boolean; override; |
![]() |
function GetEntityBody(AParams: TRALParams): StringRAL; |
![]() |
procedure SetAuthHeader(AVars: TStringList; AParams: TRALParams); override; |
Properties
![]() |
property DigestParams: TRALDigestParams read FDigestParams write FDigestParams; |
![]() |
property Password: StringRAL read FPassword write FPassword; |
![]() |
property UserName: StringRAL read FUserName write FUserName; |
Description
Methods
![]() |
function IsAuthenticated: boolean; override; |
![]() |
function GetEntityBody(AParams: TRALParams): StringRAL; |
![]() |
procedure SetAuthHeader(AVars: TStringList; AParams: TRALParams); override; |
Properties
![]() |
property DigestParams: TRALDigestParams read FDigestParams write FDigestParams; |
![]() |
property Password: StringRAL read FPassword write FPassword; |
![]() |
property UserName: StringRAL read FUserName write FUserName; |
GitHub Repository
Generated by PasDoc 0.16.0.


