Class TRALClientBasicAuth
Unit
Declaration
type TRALClientBasicAuth = class(TRALAuthClient)
Description
BasicAuth for client components
Hierarchy
- TObject
- TPersistent
- TComponent
- TRALComponent
- TRALAuthentication
- TRALAuthClient
- TRALClientBasicAuth
Overview
Methods
| Public | constructor Create(AOwner: TComponent); overload; override; |
| Public | constructor Create(AOwner: TComponent; const AUser: StringRAL; const APassword: StringRAL); overload; |
| Public | function IsAuthenticated: boolean; override; |
| Public | procedure SetAuthHeader(AVars: TStringList; AParams: TRALParams); override; |
Properties
| 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 | function IsAuthenticated: boolean; override; |
|
This item has no description. | |
| Public | procedure SetAuthHeader(AVars: TStringList; AParams: TRALParams); override; |
|
This item has no description. | |
Properties
| 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.