Click or drag to resize

Authentificationcls_UsersLoginCollectionAdd(Int64, String, enm_UserAuthentificationType, String, String, String, String, String, String, Int64) Method

EXALOGIC
Pridá prihláseného používateľa do zoznamu prihlásených používateľov (lokálnej kolekcie). Zároveň zapíše používateľa do zoznamu prihlásených používateľov systému OBERON (záleží však do spôsobu autentifikácie).

Namespace: Exa.OBERON.Services.OBERON
Assembly: Exa.OBERON.Services (in Exa.OBERON.Services.dll) Version: 5.0.33.0 (5.0.33.0)
Syntax
public ExaException Add(
	long u_UserIDNum,
	string u_UserName,
	enm_UserAuthentificationType u_UserAuthentificationType,
	string u_loginTag,
	string u_LoginData,
	string u_UserAgend,
	string u_ClientAddressIP,
	string u_Salt,
	ref string urf_UserGUID,
	long u_BusinessPartnerIDNum
)

Parameters

u_UserIDNum  Int64
 
u_UserName  String
 
u_UserAuthentificationType  enm_UserAuthentificationType
 
u_loginTag  String
 
u_LoginData  String
 
u_UserAgend  String
 
u_ClientAddressIP  String
 
u_Salt  String
 
urf_UserGUID  String
 
u_BusinessPartnerIDNum  Int64
 

Return Value

ExaException
See Also