IMultiDbLoginService

Overview

IMultiDbLoginService protocol is a part of Data Abstract server interface and used for user authentication. Unlike IBaseLoginService protocol there is an parameter provided to allow to specify the database connection name allowing to connect to different databases. This protocol is implemented in MultiDbLoginService_Proxy class.

Location


Required Methods


Login::::

- (BOOL) Login:(NSString *)aUserID :(NSString *)aPassword :(NSString *)aConnectionName :(UserInfo * *)aUserInfo

Parameters:

  • aUserID:
  • aPassword:
  • aConnectionName:
  • aUserInfo: