Class TRALServerBasicAuth

Unit

Declaration

type TRALServerBasicAuth = class(TRALAuthServer)

Description

BasicAuth for Server components

Hierarchy

Overview

Methods

Public constructor Create(AOwner: TComponent; const AUser: StringRAL; const APassword: StringRAL); overload;
Public constructor Create(AOwner: TComponent); overload; override;
Public procedure Validate(ARequest: TRALRequest; AResponse: TRALResponse); override;

Properties

Published property AuthDialog: boolean read FAuthDialog write FAuthDialog;
Published property OnValidate: TRALOnValidate read FOnValidate write FOnValidate;
Published property Password: StringRAL read FPassword write FPassword;
Published property UserName: StringRAL read FUserName write FUserName;

Description

Methods

Public constructor Create(AOwner: TComponent; const AUser: StringRAL; const APassword: StringRAL); overload;
 
Public constructor Create(AOwner: TComponent); overload; override;
 
Public procedure Validate(ARequest: TRALRequest; AResponse: TRALResponse); override;

Validation process of the authentication is made here

Properties

Published property AuthDialog: boolean read FAuthDialog write FAuthDialog;
 
Published property OnValidate: TRALOnValidate read FOnValidate write FOnValidate;
 
Published property Password: StringRAL read FPassword write FPassword;
 
Published property UserName: StringRAL read FUserName write FUserName;
 


GitHub Repository
Generated by PasDoc 0.16.0.