Class TRALClientDigest

Unit

Declaration

type TRALClientDigest = class(TRALAuthClient)

Description

Digest Authenticator for Client components

Hierarchy

Overview

Methods

Public function IsAuthenticated: boolean; override;
Protected function GetEntityBody(AParams: TRALParams): StringRAL;
Public procedure SetAuthHeader(AVars: TStringList; AParams: TRALParams); override;

Properties

Public property DigestParams: TRALDigestParams read FDigestParams write FDigestParams;
Published property Password: StringRAL read FPassword write FPassword;
Published property UserName: StringRAL read FUserName write FUserName;

Description

Methods

Public function IsAuthenticated: boolean; override;
 
Protected function GetEntityBody(AParams: TRALParams): StringRAL;
 
Public procedure SetAuthHeader(AVars: TStringList; AParams: TRALParams); override;
 

Properties

Public property DigestParams: TRALDigestParams read FDigestParams write FDigestParams;
 
Published property Password: StringRAL read FPassword write FPassword;
 
Published property UserName: StringRAL read FUserName write FUserName;
 


GitHub Repository
Generated by PasDoc 0.16.0.