TNullAuthenticator
From Ultibo.org
Return to Unit Authentication
Description
To be documented
Class definitions
Null authenticator
TNullAuthenticator = class(TAuthenticator)
Note: An authenticator module that accepts any username and password. | |
public
| |
function UsernamePrompt:String; override;
|
|
function PasswordPrompt(const AUsername:String):String; override;
|
|
function CheckUsername(const AUsername:String):LongWord; override;
|
|
function CheckPassword(const AUsername,APassword:String):LongWord; override;
|
Function declarations
TNullAuthenticator
function TNullAuthenticator.UsernamePrompt:String;
Description: To be documented
Note | None documented |
---|
function TNullAuthenticator.PasswordPrompt(const AUsername:String):String;
Description: To be documented
Note | None documented |
---|
function TNullAuthenticator.CheckUsername(const AUsername:String):LongWord;
Description: To be documented
Note | None documented |
---|
function TNullAuthenticator.CheckPassword(const AUsername,APassword:String):LongWord;
Description: To be documented
Note | None documented |
---|
Return to Unit Reference