Class TBrookHTTPAuthentication
Unit
Declaration
type TBrookHTTPAuthentication = class(TBrookHandledPersistent)
Description
Management class to grant, deny, cancel an authentication.
Hierarchy
- TObject
- TPersistent
- TBrookHandledPersistent
- TBrookHTTPAuthentication
Overview
Methods
constructor Create(AHandle: Pointer); virtual; |
|
destructor Destroy; override; |
|
procedure Deny(const AReason, AContentType: string; AStatus: Word); overload; virtual; |
|
procedure Deny(const AFmt: string; const AArgs: array of const; const AContentType: string; AStatus: Word); overload; virtual; |
|
procedure Deny(const AReason, AContentType: string); overload; virtual; |
|
procedure Deny(const AFmt: string; const AArgs: array of const; const AContentType: string); overload; virtual; |
|
procedure Cancel; virtual; |
Properties
property Credentials: TBrookHTTPCredentials read FCredentials; |
Description
Methods
constructor Create(AHandle: Pointer); virtual; |
|
Creates an instance of Parameters
|
destructor Destroy; override; |
|
Destroys an instance of |
procedure Deny(const AReason, AContentType: string; AStatus: Word); overload; virtual; |
|
Deny the authentication sending the reason to the user. Parameters
|
procedure Deny(const AFmt: string; const AArgs: array of const; const AContentType: string; AStatus: Word); overload; virtual; |
|
Deny the authentication sending the formatted reason to the user. Parameters
|
procedure Deny(const AReason, AContentType: string); overload; virtual; |
|
Deny the authentication sending the reason to the user. Parameters
|
procedure Cancel; virtual; |
|
Cancels the authentication loop while the user is trying to access the server. |
Properties
property Credentials: TBrookHTTPCredentials read FCredentials; |
|
|
Generated by PasDoc 0.16.0.