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

Tests the connector Configuration. More...

Inherits Org.IdentityConnectors.Framework.Spi.Operations.SPIOperation.

Public Member Functions

void Test ()
 Tests the Configuration with the connector. </summay>

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

 

Detailed Description

Tests the connector Configuration.

Unlike validation performed by M:Configuration:Validate, testing a configuration checks that any pieces of environment referred by the configuration are available. For example, the connector could make a physical connection to a host specified in the configuration to check that it exists and that the credentials specified in the configuration are usable.

This operation may be invoked before the configuration has been validated. An implementation is free to validate the configuration before testing it.


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