IBaseLoginService
Overview
The IBaseLoginService is used for user authentication.
Location
- Unit: DataAbstract4_Intf.pas
- Ancestry: IROService | IBaseLoginService
Required Methods
LoginEx
Provides the actual login procedure.
function LoginEx(const aLoginString: ROUTF8String): Boolean
Parameters:
- aLoginString: String that contains the connection name, user name and password
Logout
Provides the actual logout procedure.
procedure Logout
- TBaseLoginService
- IBaseLoginService
- * .NET
- * Delphi