ISimpleLoginService Interface (.NET)

From RemObjects Wiki
Jump to: navigation, search

This is a Library topic for Data Abstract for .NET
This page is generated from external data, please do not update

NamespacesInterfacesClassesEnumsImplements

Contents

Overview

The ISimpleLoginService interface represents a RemObjects SDK service that can be used to perform user authentication.

Note: Only services that implement the ISimpleLoginService interface can be used by the ODataSchemaDispatcher or RestSchemaDispatcher dispatchers to perform user authentication.


Location

Implemented in


Required Methods

Login

Method that performs user authentication based on the provided credentials. This method returns true if the user was successully authenticated, otherwise false will be returned.


Oxygene:   method Login(aUserID: String; aPassword: String; out aUserInfo: UserInfo): Boolean
C#:   Boolean Login(String aUserID, String aPassword, out UserInfo aUserInfo)
VB:   Function Login(aUserID As String, aPassword As String, <OutAttribute> ByRef aUserInfo As UserInfo) As Boolean


Parameters:

  • aUserID: User name
  • aPassword: User password
  • aUserInfo: Variable of UserInfo type that will contain additional information about the logged in user.


See Also


Product: RemObjects Data Abstract
Available Editions: Data Abstract for .NET, Delphi and Xcode

GlossaryArticlesFeaturesLibrarySamples

Personal tools
Namespaces

Variants
Actions
Navigation
products
platforms
special
Toolbox