FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | FIELD | ACTION | DETAIL: IMPORT | CONSTANT | FIELD | ACTION |
Constant summary | |
---|---|
string | SEND_CHANNEL := "CumulocityIoTGenericChain" Channel to send GetCurrentUser to. |
Field summary | |
---|---|
integer | reqId Request identifier. Must be generated using com.apama.cumulocity.Util.generateReqId(). |
string | authorization Authorization header of other user. Used for basic authentication. |
string | authCookie OAuth authorization cookie of other user. Both authCookie and xsrfToken must be provided for OAuth authentication. If either is absent, will fetch details of current user. |
string | xsrfToken OAuth xsrfToken of other user. Both authCookie and xsrfToken must be provided for OAuth authentication. If either is absent, will fetch details of current user. |
Constant detail |
---|
string SEND_CHANNEL := "CumulocityIoTGenericChain"Channel to send GetCurrentUser to.
Field detail |
---|
string authCookieOAuth authorization cookie of other user. Both authCookie and xsrfToken must be provided for OAuth authentication. If either is absent, will fetch details of current user.
string authorizationAuthorization header of other user. Used for basic authentication.
integer reqIdRequest identifier. Must be generated using com.apama.cumulocity.Util.generateReqId().
string xsrfTokenOAuth xsrfToken of other user. Both authCookie and xsrfToken must be provided for OAuth authentication. If either is absent, will fetch details of current user.
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | FIELD | ACTION | DETAIL: IMPORT | CONSTANT | FIELD | ACTION |