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.AbstractConfiguration Class Referenceabstract

Inherits Org.IdentityConnectors.Framework.Spi.Configuration.

Public Member Functions

abstract void Validate ()
 Determines if the configuration is valid. More...
 

Properties

ConnectorMessages ConnectorMessages [get, set]
 
- Properties inherited from Org.IdentityConnectors.Framework.Spi.Configuration
ConnectorMessages ConnectorMessages [get, set]
 Gets or sets the message catalog instance that allows the Connector to localize messages. The setter is called before any bean property setter, the M:Validate method or this property getter. More...
 

Member Function Documentation

abstract void Org.IdentityConnectors.Framework.Spi.AbstractConfiguration.Validate ( )
pure virtual

Determines if the configuration is valid.

A valid configuration is one that is ready to be used by the connector: it is complete (all the required properties have been given values) and the property values are well-formed (are in the expected range, have the expected format, etc.)

Implementations of this method should not connect to the resource in an attempt to validate the configuration. For example, implementations should not attempt to check that a host of the specified name exists by making a connection to it. Such checks can be performed in the implementation of the M:Org.IdentityConnectors.Framework.Spi.Operations.TestOp.Test method.

Exceptions
System.Exceptioniff the configuration is not valid. Implementations are encouraged to throw the most specific exception available. When no specific exception is available, implementations can throw Org.IdentityConnectors.Framework.Common.Exceptions.ConfigurationException.

Implements Org.IdentityConnectors.Framework.Spi.Configuration.


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