MultiDbLoginService Class
From RemObjects Software
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
- Service
- RemObjects.DataAbstract.Server.DataAbstractService
- RemObjects.DataAbstract.Server.MultiDbLoginService
- RemObjects.DataAbstract.Server.DataAbstractService
Methods
| | |
|---|---|
| MultiDbLoginService | Default constructor for MultiDbLoginService. |
| Login |
Events
| | |
|---|---|
| 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)
Lists — Glossary — Features — How To — Drivers — Components — Tools — Samples — Articles — Architecture — Issues
Categories: Text | Data Abstract | Architecture | Class | .NET
