MultiDbLoginService 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 implementation for the LoginService created by the MultiDB Login templates.

Namespace

Declaration (C#)

[StandardClassFactory, Service(Name="MultiDbLoginService", InvokerClass=typeof(
MultiDbLoginService_Invoker))]
public class MultiDbLoginService : BaseLoginService, IMultiDbLoginService;

Hierarchy

Methods

Method
Description
MultiDbLoginService Default constructor for MultiDbLoginService.
Login


Events

Event
Description
ExecuteLogin Occurs when the Login method is called by the remote client.

Implement a handler for this event in your descendent login service to handle the user authentication process and create a new 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. You can then expand this handler to add specific logic and username/password validation.


See Also


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

ListsGlossaryFeaturesHow ToDriversComponentsToolsSamplesArticlesArchitectureIssues

Personal tools