Role administration

Methods for role administration are provided by the ImaAuthorizationService. The following table presents an overview of the available methods:

Method

Description

createRole

This operation creates a new role.

deleteRole

This operation deletes an existing role. The role may not be referenced as a constituent of another role.

listRoles

This operation returns the list of roles currently registered with the system.

renameRole

This operation renames an existing role. The renamed role will have a new role ID (the old role ID will no longer be valid).

updateRoleConstituents

This operation updates the constituents of an existing role. The updated role will have a new role ID (the old role ID will no longer be valid).

updateRoleDescription

This operation updates the description of an existing role. The updated role will have a new role ID (the old role ID will no longer be valid).

Table 348: System management services for role handling – ImaAuthorizationService

References:

  • See the chapter on authorization, roles, and permissions for further illustration and examples (chapter Authorization).

  • See the section “ImaAuthorizationService” in the ImageMaster Integration Web Service Reference [WS IS].