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

The ConnectorAttributesAccessor type exposes the following members.

Constructors

  NameDescription
Public methodConnectorAttributesAccessor
Initializes a new instance of the ConnectorAttributesAccessor class

Methods

  NameDescription
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 methodFind
Find the named attribute
Public methodFindBoolean
Get the boolean value from the specified (single-valued) attribute.
Public methodFindDateTime
Get the date value from the specified (single-valued) attribute that contains a long.
Public methodFindDouble
Get the integer value from the specified (single-valued) attribute.
Public methodFindInteger
Get the integer value from the specified (single-valued) attribute.
Public methodFindList
Return a list of attributes
Public methodFindLong
Get the long value from the specified (single-valued) attribute.
Public methodFindString
Get the string value from the specified (single-valued) attribute.
Public methodFindStringList
Return the multivalued attribute as a list of strings.
Public methodGetEnabled
Return the enabled status of the account.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetName
Get the Name attribute from the set of attributes.
Public methodGetPassword
Get the password as a GuardeString
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasAttribute
Determines if the set as the attribute specified.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

See Also