.NET API Reference for Oracle Entitlements Server 11.1.2
E27727-01
Return the List of IPostDecisionHandlers that was set when the PepRequestFactory was created.

Namespace: Oes.Pep.Api
Assembly: OES-PEP (in OES-PEP.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
Collection<IPostDecisionHandler> GetPostDecisionHandlers()

Return Value

returns the post decision handler

See Also