Query Security Services
Query security services are used to identify users and roles.
SOAP Query Security Services
This table lists the Query Security Services:
| Service Operation Name | Description |
|---|---|
|
QAS_AUTHTOKEN_OPER |
Returns the user ID based on the PS Token passed in. |
|
QAS_LISTROLE_OPER |
Returns the list of roles, along with descriptions. |
|
QAS_LISTUSER_OPER |
Returns the list of users, along with descriptions. |
|
QAS_LISTROLEUSERS_OPER |
Returns the list of users for a given role, along with descriptions. |
|
QAS_LISTUSERROLES_OPER |
Returns the list of roles for a given user, along with descriptions. |
|
QAS_LOGIN_OPER |
Enables the client application to sign on to the PeopleSoft database. |
RESTful Query Security Services
This table lists the Query Security Services:
| Service Operation Name | Description |
|---|---|
|
QAS_LISTROLE_REST_GET |
Returns the list of roles, along with descriptions. |
|
QAS_LISTUSER_REST_GET |
Returns the list of users, along with descriptions. |
|
QAS_LISTROLEUSERS_REST_GET |
Returns the list of users for a given role, along with descriptions. |
|
QAS_LISTUSERROLES_REST_GET |
Returns the list of roles for a given user, along with descriptions. |