The web service for administration of users and roles has these operations:
• | findUsers and findRoles. Return a list of users or roles that meet specified criteria. |
• | putUser and putRole. Return the named user or role. If the object is not already in the database, the call creates a new one. |
• | deleteUser and deleteRole. Delete the named user or role. |
Recommended Comments
There are no comments to display.