.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
E41516-01
The ConnectorFacade type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | AddAttributeValues |
Update the object specified by the ObjectClass and Uid,
adding to the current values of each attribute the values provided.
(Inherited from UpdateApiOp.) |
![]() | Authenticate |
Most basic authentication available.
(Inherited from AuthenticationApiOp.) |
![]() | Create |
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.
(Inherited from CreateApiOp.) |
![]() | Delete |
Delete the object that the specified Uid identifies (if any).
(Inherited from DeleteApiOp.) |
![]() | GetLatestSyncToken |
Returns the token corresponding to the latest sync delta.
(Inherited from SyncApiOp.) |
![]() | GetObject |
Get a particular ConnectorObject based on the Uid.
(Inherited from GetApiOp.) |
![]() | GetOperation |
Get an instance of an operation that this facade supports.
|
![]() | RemoveAttributeValues |
Update the object specified by the ObjectClass and Uid,
removing from the current values of each attribute the values provided.
(Inherited from UpdateApiOp.) |
![]() | ResolveUsername |
Resolve the given Authenticate(ObjectClass, String, GuardedString, OperationOptions) username
to the corresponding Uid.
(Inherited from ResolveUsernameApiOp.) |
![]() | RunScriptOnConnector |
Runs the script.
(Inherited from ScriptOnConnectorApiOp.) |
![]() | RunScriptOnResource |
Runs a script on a specific target resource.
(Inherited from ScriptOnResourceApiOp.) |
![]() | Schema |
Retrieve the basic schema of this Connector.
(Inherited from SchemaApiOp.) |
![]() | Search |
Search the resource for all objects that match the filter.
(Inherited from SearchApiOp.) |
![]() | Sync |
Perform a synchronization.
(Inherited from SyncApiOp.) |
![]() | Test |
Tests the current APIConfiguration with the connector.
(Inherited from TestApiOp.) |
![]() | Update |
Update the object specified by the ObjectClass and Uid,
replacing the current values of each attribute with the values
provided.
(Inherited from UpdateApiOp.) |
![]() | Validate |
Validates the APIConfiguration.
(Inherited from ValidateApiOp.) |
Properties
Name | Description | |
---|---|---|
![]() | SupportedOperations |
Get the set of operations that this ConnectorFacade will support.
|