Class TRALServerBasicAuth
Unit
Declaration
type TRALServerBasicAuth = class(TRALAuthServer)
Description
BasicAuth for Server components
Hierarchy
- TObject
- TPersistent
- TComponent
- TRALComponent
- TRALAuthentication
- TRALAuthServer
- TRALServerBasicAuth
Overview
Methods
![]() |
constructor Create(AOwner: TComponent; const AUser: StringRAL; const APassword: StringRAL); overload; |
![]() |
constructor Create(AOwner: TComponent); overload; override; |
![]() |
procedure Validate(ARequest: TRALRequest; AResponse: TRALResponse); override; |
Properties
![]() |
property AuthDialog: boolean read FAuthDialog write FAuthDialog; |
![]() |
property OnValidate: TRALOnValidate read FOnValidate write FOnValidate; |
![]() |
property Password: StringRAL read FPassword write FPassword; |
![]() |
property UserName: StringRAL read FUserName write FUserName; |
Description
Methods
![]() |
constructor Create(AOwner: TComponent; const AUser: StringRAL; const APassword: StringRAL); overload; |
![]() |
constructor Create(AOwner: TComponent); overload; override; |
![]() |
procedure Validate(ARequest: TRALRequest; AResponse: TRALResponse); override; |
|
Validation process of the authentication is made here | |
Properties
![]() |
property AuthDialog: boolean read FAuthDialog write FAuthDialog; |
![]() |
property OnValidate: TRALOnValidate read FOnValidate write FOnValidate; |
![]() |
property Password: StringRAL read FPassword write FPassword; |
![]() |
property UserName: StringRAL read FUserName write FUserName; |
GitHub Repository
Generated by PasDoc 0.16.0.

