Oracle® Fusion Middleware .NET API Reference for Identity Connector Framework  E57662-01
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Properties | List of all members
Org.IdentityConnectors.Framework.Api.ConnectorInfoManager Interface Reference

Class responsible for maintaing a list of More...

Public Member Functions

ConnectorInfo FindConnectorInfo (ConnectorKey key)
 Given a connectorName and connectorVersion, returns the associated More...
 

Properties

IList< ConnectorInfoConnectorInfos [get]
 Returns the list of More...
 

Detailed Description

Class responsible for maintaing a list of

ConnectorInfo associated with a set of connector bundles.

Member Function Documentation

ConnectorInfo Org.IdentityConnectors.Framework.Api.ConnectorInfoManager.FindConnectorInfo ( ConnectorKey  key)

Given a connectorName and connectorVersion, returns the associated

ConnectorInfo.

Parameters
keyThe connector key.
Returns
The ConnectorInfo or null if it couldn't be found.

Property Documentation

IList<ConnectorInfo> Org.IdentityConnectors.Framework.Api.ConnectorInfoManager.ConnectorInfos
get

Returns the list of

ConnectorInfo

Returns
the list of ConnectorInfo

The documentation for this interface was generated from the following file: