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.Api.Operations.CreateApiOp Interface Reference

Operation to create connector objects based on the attributes provided. More...

Inherits Org.IdentityConnectors.Framework.Api.Operations.APIOperation.

Inherited by Org.IdentityConnectors.Framework.Api.ConnectorFacade.

Public Member Functions

Uid Create (ObjectClass oclass, ICollection< ConnectorAttribute > attrs, OperationOptions options)
 Creates a user based on the ConnectorAttributes provide. The only required attribute is the ObjectClass and those required by the Connector. The API will validate the existence of the ObjectClass attribute and that there are no duplicate name'd attributes. More...
 

Detailed Description

Operation to create connector objects based on the attributes provided.

Member Function Documentation

Uid Org.IdentityConnectors.Framework.Api.Operations.CreateApiOp.Create ( ObjectClass  oclass,
ICollection< ConnectorAttribute attrs,
OperationOptions  options 
)

Creates a user based on the ConnectorAttributes provide. The only required attribute is the ObjectClass and those required by the Connector. The API will validate the existence of the ObjectClass attribute and that there are no duplicate name'd attributes.

Parameters
attrsConnectorAttribtes to create the object.
Returns
Unique id for the created object.

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