Powered by Zoomin Software. For more details please contactZoomin

OpenEdge ABL API Reference

OpenEdge.Security.STS.IEventProvider

  • Last Updated: January 15, 2026
  • 1 minute read
    • OpenEdge
    • Version 12.8
    • Documentation
Namespace: OpenEdge.Security.STS
Type: Interface IEventProvider
Parent Classes:
Inherits: Progress.Lang.Object


Copyright (c) 2016 by Progress Software Corporation. All rights reserved.
File:IEventProvider
Purpose:Defines an interface for interacting with an Event Provider
from an STS
Author(s):pjudge
Created:Wed Jan 27 16:09:05 EST 2016
/* Records a named event. This is a one-way operation:
nothing is returned from provider to the STS.



Method Summary
  Options Name Purpose
  RecordEvent (character, character, Principal, JsonObject) /* Records a named event. This is a one-way operation: nothing is returned from provider to the STS. @param character (optional) The name of the STS sending this event @param character (optional) The name of the event to send. @param Principal (optional) The client-principal/token currently being processed in the STS @param JsonObject (optional) The domain context from the STS */

Method Detail
Top

RecordEvent (character, character, Principal, JsonObject)

/* Records a named event. This is a one-way operation:
nothing is returned from provider to the STS.
Parameters:
pcSender CHARACTER
 
pcEventName CHARACTER
 
poPrincipal OpenEdge.Security.Principal
 
poDomainCtx Progress.Json.ObjectModel.JsonObject
 


TitleResults for “How to create a CRG?”Also Available inAlert