OpenEdge.Security.Provider.IAuthProviderAdmin
- Last Updated: January 15, 2026
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
|
Method Summary
| Options | Name | Purpose | |
|---|---|---|---|
| CHARACTER GetUserNames () |
/* Returns an array of all user names in this realm
@return character[] An array of user names. */
|
||
| CHARACTER GetUserNamesByQuery (character) |
/* Returns a filtered array of user names in this realm
@param character A query filter string to select the user names to return. The format depends on
the realm implementation
@return character[] An array of user names. */
|
||
| LOGICAL RemoveAttribute (character, character) |
/* Removes an attribute value for a user.
@param character A unique userid
@param character The name of the attribute to remove
@return logical TRUE if the attribute value was successfully removed; FALSE otherwise */
|
Method Detail
CHARACTER GetUserNames ()
|
||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
CHARACTER GetUserNamesByQuery (character)
|
||||||||||||||||||||
LOGICAL RemoveAttribute (character, character)
|
||||||||||||||||||||