IBaseLoginService
Overview
IBaseLoginService interface is a part of Data Abstract server interface and used for user authentication. You need to implement this interface in order to pass to the RemoteDataAdapter your own login implementation.
Location
- Reference: com.remobjects.dataabstract.jar
- Package: com.remobjects.dataabstract.intf
Required Methods
LoginEx
performs user login with the given LoginEx string.
method LoginEx(aLoginString: String): Boolean
Boolean LoginEx(String aLoginString)
Parameters:
- aLoginString: A formatted login string.
Logout
performs user logout.
method Logout
void Logout()