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.Spi.ConfigurationPropertyAttribute Class Reference

The Configuration interface is traversed through reflection. This annotation provides a way to override the default configuration operation for each property. More...

Inherits Attribute.

Public Member Functions

 ConfigurationPropertyAttribute ()
 Default constructor More...
 

Properties

int Order [get, set]
 Order in which this property is displayed. More...
 
bool Confidential [get, set]
 Is this a confidential property whose value should be encrypted by the application when persisted? More...
 
bool Required [get, set]
 Is this a required property? More...
 
string HelpMessageKey [get, set]
 Change the default help message key. More...
 
string DisplayMessageKey [get, set]
 Change the default display message key. More...
 
Type[] OperationTypes [get, set]
 List of operations for which this property must be specified. More...
 
SafeType< SPIOperation >[] Operations [get]
 List of operations for which this property must be specified. More...
 

Detailed Description

The Configuration interface is traversed through reflection. This annotation provides a way to override the default configuration operation for each property.

public class MyClass : Configuration { [ConfigurationPropertionOptions(Confidential=true)] public string MyProperty {get ; set;} }

Constructor & Destructor Documentation

Org.IdentityConnectors.Framework.Spi.ConfigurationPropertyAttribute.ConfigurationPropertyAttribute ( )

Default constructor

Property Documentation

bool Org.IdentityConnectors.Framework.Spi.ConfigurationPropertyAttribute.Confidential
getset

Is this a confidential property whose value should be encrypted by the application when persisted?

string Org.IdentityConnectors.Framework.Spi.ConfigurationPropertyAttribute.DisplayMessageKey
getset

Change the default display message key.

string Org.IdentityConnectors.Framework.Spi.ConfigurationPropertyAttribute.HelpMessageKey
getset

Change the default help message key.

SafeType<SPIOperation> [] Org.IdentityConnectors.Framework.Spi.ConfigurationPropertyAttribute.Operations
get

List of operations for which this property must be specified.

This is used for the case where a connector may or may not implement certain operations depending in the configuration. The default value of "empty array" is special in that it means that this property is applicable to all operations.

Type [] Org.IdentityConnectors.Framework.Spi.ConfigurationPropertyAttribute.OperationTypes
getset

List of operations for which this property must be specified.

This is used for the case where a connector may or may not implement certain operations depending in the configuration. The default value of "empty array" is special in that it means that this property is applicable to all operations. MUST be SPI operations

int Org.IdentityConnectors.Framework.Spi.ConfigurationPropertyAttribute.Order
getset

Order in which this property is displayed.

bool Org.IdentityConnectors.Framework.Spi.ConfigurationPropertyAttribute.Required
getset

Is this a required property?


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