.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
E41516-01
The ConnectorAttributesAccessor type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ConnectorAttributesAccessor | Initializes a new instance of the ConnectorAttributesAccessor class |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | Find |
Find the named attribute
|
![]() | FindBoolean |
Get the boolean value from the specified (single-valued) attribute.
|
![]() | FindDateTime |
Get the date value from the specified (single-valued) attribute that
contains a long.
|
![]() | FindDouble |
Get the integer value from the specified (single-valued) attribute.
|
![]() | FindInteger |
Get the integer value from the specified (single-valued) attribute.
|
![]() | FindList |
Return a list of attributes
|
![]() | FindLong |
Get the long value from the specified (single-valued) attribute.
|
![]() | FindString |
Get the string value from the specified (single-valued) attribute.
|
![]() | FindStringList |
Return the multivalued attribute as a list of strings.
|
![]() | GetEnabled |
Return the enabled status of the account.
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetName |
Get the Name attribute from the set of attributes.
|
![]() | GetPassword |
Get the password as a GuardeString
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | HasAttribute |
Determines if the set as the attribute specified.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |