BenSelect Documentation
CreateObjectLoginToken Method
See Also  Send Feedback
Selerix.Foundation.Interfaces Namespace > ISecurityService Interface : CreateObjectLoginToken Method
userName
Name of the user.
portfolioId
The portfolio identifier.
objectId
The object identifier.
objectName
Name of the object.
objectType
Type of the object.
data
The data.
Create and registers object login token.

Syntax

JScript 
function CreateObjectLoginToken( 
   userName : String,
   portfolioId : Guid,
   objectId : Guid,
   objectName : String,
   objectType : String,
   data : String
) : ObjectLoginToken;

Parameters

userName
Name of the user.
portfolioId
The portfolio identifier.
objectId
The object identifier.
objectName
Name of the object.
objectType
Type of the object.
data
The data.

Return Value

created object login token

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2024 All Rights Reserved.