Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

web/json/directory/user/sso

Description
Retrieve first process with details of every packagesTo single sign on a user

User Role

AdminAnonymous

Method

HTTP GET/POST, support HTTP basic authentication

Parameters

    • callback - (Optional) a function (in JavaScript) to call back after invoking this method
    • username - (Optional) username for login
    • password - (Optional) password for login
    • hash checkWhiteList - (Optional) Boolean value to return the list based on process white list Hashed Password

Sample URL

http://localhost:8080/jw/web/json/workflowdirectory/process/list/packageuser/sso?username=admin&password=admin

Sample Result

Code Block
languagejs
{"username":"admin","isAdmin":"true"}

web/json/workflow/currentUsername

Description
Retrieve first process with details of every packagesRetrieves the username of current logged in user

User Role

Admin

Method

HTTP GET/POST

...

    • callback - (Optional) a function (in JavaScript) to call back after invoking this method
    • checkWhiteList - (Optional) Boolean value to return the list based on process white list

Sample URL

http://localhost:8080/jw/web/json/workflow/process/list/packagecurrentUsername

Sample Result

Code Block
languagejs
{"username":"admin"}

Plugin

web/json/plugin/list

...