Wiki source code of User Login Event

Last modified by michaely on 2021/09/10 23:34

Show last authors
1 {{layout}}
2 {{layout-section ac:type="two_right_sidebar"}}
3 {{layout-cell}}
4 {{warning}}
5 This page is currently being written. Although the information below is probably accurate, it may not be complete or may have errors.
6 {{/warning}}
7
8 {{info}}
9 The information on this page applies to **iSymphony 3.2+**.
10 {{/info}}
11
12 = (% style="color: rgb(0,0,0);" %)Description(%%) =
13
14 The user login event signifies that a user has successful logged into the iSymphony client interface.
15 {{/layout-cell}}
16
17 {{layout-cell}}
18 {{panel title="On this page:"}}
19
20
21 {{toc maxLevel="2" indent="1"/}}
22 {{/panel}}
23 {{/layout-cell}}
24 {{/layout-section}}
25
26 {{layout-section ac:type="single"}}
27 {{layout-cell}}
28
29
30 = JSON Representation =
31
32 {{code language="js"}}
33 {
34 "type": "userLogin",
35 "time": 1436889915953,
36 "coreServerId": "e5c01703-3c6d-429a-8712-66c826064e65",
37 "userId": "e7577c7b-5d58-46a5-a834-386f52401c19",
38 "username": "4224",
39 "userLoginId": "0c51236d-5f93-4379-8997-8a840a511497",
40 "ip": "127.0.0.1",
41 "port": 57042
42 }
43 {{/code}}
44
45 |=(((
46 Property
47 )))|=(((
48 Type
49 )))|=(((
50 Description
51 )))
52 |(% colspan="1" %)(% colspan="1" %)
53 (((
54 userId
55 )))|(% colspan="1" %)(% colspan="1" %)
56 (((
57 String
58 )))|(% colspan="1" %)(% colspan="1" %)
59 (((
60 The id of the user that logged in.
61 )))
62 |(% colspan="1" %)(% colspan="1" %)
63 (((
64 username
65 )))|(% colspan="1" %)(% colspan="1" %)
66 (((
67 String
68 )))|(% colspan="1" %)(% colspan="1" %)
69 (((
70 The username of the user that logged in.
71 )))
72 |(% colspan="1" %)(% colspan="1" %)
73 (((
74 userLoginId
75 )))|(% colspan="1" %)(% colspan="1" %)
76 (((
77 String
78 )))|(% colspan="1" %)(% colspan="1" %)
79 (((
80 The id of the object that represents the user login.
81 )))
82 |(% colspan="1" %)(% colspan="1" %)
83 (((
84 ip
85 )))|(% colspan="1" %)(% colspan="1" %)
86 (((
87 String
88 )))|(% colspan="1" %)(% colspan="1" %)
89 (((
90 The ip the user connected from.
91 )))
92 |(% colspan="1" %)(% colspan="1" %)
93 (((
94 port
95 )))|(% colspan="1" %)(% colspan="1" %)
96 (((
97 Integer
98 )))|(% colspan="1" %)(% colspan="1" %)
99 (((
100 The local port used to connect to the client interface.
101 )))
102 {{/layout-cell}}
103 {{/layout-section}}
104 {{/layout}}
iSymphony