IAdministrator examples
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
IAdministrator examples
The following code updates the Security Administrators for the database:
|
The GetAdministrator( ) method in the service
has no parameter and returns a single object that applies to the
entire database. The pattern, "xxx@*", is a user
id pattern, which can be formed following the rules of an ID pattern
list as defined for the ABL built-in CAN-DO function.
For more information, see the CAN-DO function entry
in ABL Reference, and see the
sections on user ID patterns and ABL permissions checking in Introduction to Identity Management.
See also: