.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01

The OperationOptionsBuilder type exposes the following members.

Constructors

  NameDescription
Public methodOperationOptionsBuilder()()()()
Create a builder with an empty set of options.
Public methodOperationOptionsBuilder(OperationOptions)
Create a builder from an existing set of options.

Methods

  NameDescription
Public methodBuild
Creates the
 Copy imageCopy
OperationOptions
.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetOption
Sets a given option and a value for that option.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyAttributesToGet
Sets the OP_ATTRIBUTES_TO_GET option.
Public propertyContainer
Convenience method to set OP_CONTAINER
Public propertyOptions
Returns a mutable reference of the options map.
Public propertyRunAsUser
Set the run as user option.
Public propertyRunWithPassword
Set the run with password option.
Public propertyScope
Convenience method to set OP_SCOPE

See Also