Namespace: OpenEdge.Security.STS
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


Copyright © 2022 Progress Software Corporation. All rights Reserved.

Progress® OpenEdge® Release 11.7.15