BaseLoginService Class

From RemObjects Software

Jump to: navigation, search

This is a Data Abstract Architecture entry
Feel free to add your notes to this topic below.



Overview (.NET)

Provides the base for the SimpleLoginService and MultiDbLoginService service classes used by the Login templates.

You will not use this class directly, but rather generate your own descendant by defining a login service in your RODL file.

Namespace

Declaration (C#)

[Service(Name="BaseLoginService", InvokerClass=typeof(BaseLoginService_Invoker)), StandardClassFactory]
public class BaseLoginService : DataAbstractService, IBaseLoginService;

Hierarchy

Methods

Method
Description
BaseLoginService Default constructor for BaseLoginService.
Logout


Events

Event
Description
ExecuteLogout Fires when the Logout method is called by the remote client.

Implement a handler for this event in your descendent login service to handle the logout process and destroy any existing session. When creating a new project based on the Login templates provided by Data Abstract, a default handler will already be provided for you in the LoginService_Impl module.


See Also


Product: RemObjects Data Abstract
Current version: Data Abstract 'Vinci' (5.0)

ListsGlossaryFeaturesHow ToDriversComponentsToolsSamplesArticlesArchitectureIssues

Personal tools