Table of Contents

TSphinxExternalProviders Class

Holds a collection of upstream (external) identity providers.

Syntax

Unit: Sphinx.Comp.ExternalProvider

TSphinxExternalProviders = class(TOwnedCollection);

Methods

Name Description
Add Creates a new upstream provider object and adds it to the collection.
Find Finds an upstream provider given the specified name. Returns nil when none matches.

Properties

Name Description
Items[Index] Provides indexed access to all upstream providers in the collection.