Authentication systems (creating, reading, updating and deleting)
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
The following code shows how to use the API service
to create, read, update, and delete single authentication systems
using the IAuthenticationSystem interface:
|
For more information on authentication systems, see Introduction to Identity Management.
It is also possible to retrieve a collection of authentication
systems in the database from the service and then do create, read,
update and/or delete on authentication systems in the IAuthenticationSystemSet collection
before passing the collection to the service to be committed in
a single transaction:
|
For more information on the:
-
IAuthenticationSystementity interface, see IAuthenticationSystem interface. -
IAuthenticationSystemSetentity collection interface, see IAuthenticationSystemSet interface.