-
Notifications
You must be signed in to change notification settings - Fork 3
Ticket Granting Protocol
Michał Kapała edited this page Jul 24, 2025
·
1 revision
| Method ID | Method Name |
|---|---|
| 1 | Login |
| 2 | LoginEx |
| 3 | RequestTicket |
| 4 | GetPID |
| 5 | GetName |
| 6 | LoginWithContext |
| Type | Name |
|---|---|
| string | strUserName |
| Type | Name |
|---|---|
| uint32 | pidPrincipal |
| buffer | pbufResponse |
| RVConnectionData | pConnectionData |
| string | strReturnMsg |
| qresult | %retval% |
| Type | Name |
|---|---|
| string | strUserName |
| any<Data,string> | oExtraData |
| Type | Name |
|---|---|
| uint32 | pidPrincipal |
| buffer | pbufResponse |
| RVConnectionData | pConnectionData |
| string | strReturnMsg |
| qresult | %retval% |
| Type | Name |
|---|---|
| uint32 | idSource |
| uint32 | idTarget |
| Type | Name |
|---|---|
| buffer | bufResponse |
| qresult | %retval% |
| Type | Name |
|---|---|
| string | strUserName |
| Type | Name |
|---|---|
| uint32 | %retval% |
| Type | Name |
|---|---|
| uint32 | id |
| Type | Name |
|---|---|
| string | %retval% |
| Type | Name |
|---|---|
| any<Data,string> | loginData |
| Type | Name |
|---|---|
| uint32 | pidPrincipal |
| buffer | pbufResponse |
| RVConnectionData | pConnectionData |
| qresult | %retval% |
RVConnectionData (Structure)
| Type | Name |
|---|---|
| stationurl | m_urlRegularProtocols |
| std_list | m_lstSpecialProtocols |
| stationurl | m_urlSpecialProtocols |
LoginData (Structure)
Extends Data.
| Type | Name |
|---|---|
| int8 | m_principalType |
| string | m_userName |
| uint64 | m_context |
| uint32 | m_similarConnection |