IAuthenticationSystem properties
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
IAuthenticationSystem properties
Inherits properties from IDataAdminElement and
defines the properties listed in the following table.
| Property name | Data type | Access | Description |
|---|---|---|---|
Callback
|
CHARACTER
|
Readable, Writeable | Specifies the filename of an ABL external procedure
(with or without the extension) that defines one or both of the
following callbacks:
IsEnabled property of
this interface and the sections on using ABL callbacks in authentication
systems in Application Security |
IsEnabled
|
LOGICAL
|
Readable, Writeable | Set to TRUE if the authentication system is enabled
for user authentication, and set to FALSE if the authentication
system is enabled for single sign-on (SSO) only. For a user-defined authentication
system, a For a
supported OpenEdge built-in authentication system, a A Note: This property is writeable
only for a user-defined authentication system. You cannot change this value for an
OpenEdge built-in authentication system. |
Name
|
CHARACTER
|
Readable, Writeable | Set to a unique name and identifier (within the database) of the authentication system. |
Description
|
CHARACTER
|
Readable, Writeable | Set to a free text description that describes the authentication system, such as its purpose, use, etc., primarily for tools and reporting purposes. |
Comments
|
CHARACTER
|
Readable, Writeable | Set to custom specific information about this authentication system. |