OpenEdge.Security.Provider.ProviderConfig
- Last Updated: January 15, 2026
- 2 minute read
- OpenEdge
- Documentation
|
Method Summary
| Options | Name | Purpose | |
|---|---|---|---|
| ClearConfig () |
/* Removes the currently-cached config
*/
|
||
| Progress.Json.ObjectModel.JsonObject GetConfig (character) |
/* Returns the Json configuration for a provider.
@param character The group name for which to get the config
@return JsonObject If configuration exists for this type, return it. Return unknown value in all other cases */
|
||
| LOGICAL HasConfig (character) |
/* Returns the Json configuration for a provider.
@param character The group name for which to get the config
@return logical Returns TRUE if we have loaded config AND if that config contains this group AND if the group contains
JSON object data; returns FALSE otherwise */
|
||
| LoadConfig () |
/* Loads configuration for this provider.
The config file is checked for changes on an interval, and reloaded if there are changes to it. */
|
Constructor Summary
| Options | Name | Purpose | |
|---|---|---|---|
| ProviderConfig () |
/** Default constructor */
|
||
| ProviderConfig () |
|
Property Summary
| Options | Name | Purpose | |
|---|---|---|---|
| INTEGER FileCheckInterval |
|
||
| OpenEdge.Logging.ILogWriter Logger |
|
Method Detail
ClearConfig ()
|
||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Progress.Json.ObjectModel.JsonObject GetConfig (character)
|
||||||||||||||||||
LOGICAL HasConfig (character)
|
||||||||||||||||||
LoadConfig ()
|
||||||||||||||||||
Constructor Detail
ProviderConfig ()
|
||||||
|---|---|---|---|---|---|---|
STATIC ProviderConfig () |
||||||
Property Detail
INTEGER FileCheckInterval
|
||||||||
|---|---|---|---|---|---|---|---|---|
OpenEdge.Logging.ILogWriter Logger
|
||||||||