Class TRALServerBasicAuth

Unit

Declaration

type TRALServerBasicAuth = class(TRALAuthServer)

Description

BasicAuth for Server components

Hierarchy

Overview

Methods

Public constructor Create(AOwner: TComponent); overload; override;
Public constructor Create(AOwner: TComponent; const AUser: StringRAL; const APassword: StringRAL); overload;
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); overload; override;

This item has no description.

Public constructor Create(AOwner: TComponent; const AUser: StringRAL; const APassword: StringRAL); overload;

This item has no description.

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;

This item has no description.

Published property OnValidate: TRALOnValidate read FOnValidate write FOnValidate;

This item has no description.

Published property Password: StringRAL read FPassword write FPassword;

This item has no description.

Published property UserName: StringRAL read FUserName write FUserName;

This item has no description.



PascalRAL - GitHub Repository
Generated by PasDoc 1.0.4.