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.ConfigurationProperties Interface Reference

Configuration properties encapsulates the Org.IdentityConnectors.Framework.Spi.Configuration and uses System.Reflection to determine the properties available for manipulation. More...

Public Member Functions

ConfigurationProperty GetProperty (string name)
 Get a particular ConfigurationProperty by name. More...
 
void SetPropertyValue (string name, Object value)
 Set the value of the Org.IdentityConnectors.Framework.Spi.Configuration property by name. More...
 

Properties

IList< string > PropertyNames [get]
 Get the list of properties names for this Org.IdentityConnectors.Framework.Spi.Configuration. More...
 

Detailed Description

Configuration properties encapsulates the Org.IdentityConnectors.Framework.Spi.Configuration and uses System.Reflection to determine the properties available for manipulation.

Member Function Documentation

ConfigurationProperty Org.IdentityConnectors.Framework.Api.ConfigurationProperties.GetProperty ( string  name)

Get a particular ConfigurationProperty by name.

Parameters
namethe unique name of the property.
Returns
a ConfigurationProperty if it exists otherwise null.
void Org.IdentityConnectors.Framework.Api.ConfigurationProperties.SetPropertyValue ( string  name,
Object  value 
)

Set the value of the Org.IdentityConnectors.Framework.Spi.Configuration property by name.

Parameters
nameName of the property to set the value against.
valueValue to set on the configuration property.
Exceptions
ArgumentExceptioniff the property name does not exist.

Property Documentation

IList<string> Org.IdentityConnectors.Framework.Api.ConfigurationProperties.PropertyNames
get

Get the list of properties names for this Org.IdentityConnectors.Framework.Spi.Configuration.

Returns
get the list of properties names.

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