Argomento precedente: Authentication Methods

Argomento successivo: ClearSessionContext

AuthenticateUser

Description

Checks if user with such credentials (username and organization) exists and is active in CA Business Service Insight database.

Syntax

A typical syntax for this method is shown. Note that the exact syntax to use depends on the type of protocol used to communicate with the web service.

string

AuthenticateUser (
string

username,
string

organization)

Parameters

Name

Type

Description

userName

string

Contains user name.

organizationName

string

Contains organization name.

Return Value

Returns special encrypted token containing user ID and issue timestamp. If no such active user exists, null token is returned.

Remarks

None.