.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
E41516-01
The ConnectorAttributeBuilder type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddValue(ICollection<(Of <<'(Object>)>>)) | ||
| AddValue(array<Object>[]()[][]) | ||
| Build()()()() | ||
| Build(String) | ||
| Build(String, ICollection<(Of <<'(Object>)>>)) | ||
| Build(String, array<Object>[]()[][]) | ||
| BuildCurrentAttributes | ||
| BuildCurrentPassword(GuardedString) |
Builds the operational attribute current password.
| |
| BuildCurrentPassword(SecureString) | ||
| BuildDisableDate(DateTime) |
Builds out an operational ConnectorAttribute that determines the disable
date for an object.
| |
| BuildDisableDate(Int64) |
Builds out an operational ConnectorAttribute that determines the disable
date for an object.
| |
| BuildEnabled |
Builds ant operational attribute that either represents the object is
enabled or sets in disabled depending on where its used for instance on
CreateApiOp it could be used to create a disabled account.
| |
| BuildEnableDate(DateTime) |
Builds out an operational ConnectorAttribute that determines the enable
date for an object.
| |
| BuildEnableDate(Int64) |
Builds out an operational ConnectorAttribute that determines the enable
date for an object.
| |
| BuildLastLoginDate(DateTime) |
Builds out a pre-defined ConnectorAttribute that determines the last login
date for an object.
| |
| BuildLastLoginDate(Int64) |
Builds out a pre-defined ConnectorAttribute that determines the last login
date for an object.
| |
| BuildLastPasswordChangeDate(DateTime) |
Builds out a pre-defined ConnectorAttribute that determines the last
password change date for an object.
| |
| BuildLastPasswordChangeDate(Int64) |
Builds out a pre-defined ConnectorAttribute that determines the last
password change date for an object.
| |
| BuildLockOut |
Builds the lock attribute that determines if an object is locked out.
| |
| BuildPassword(GuardedString) |
Builds the operational attribute password.
| |
| BuildPassword(SecureString) | ||
| BuildPasswordChangeInterval |
Common password policy attribute where the password must be changed every
so often.
| |
| BuildPasswordExpirationDate(DateTime) |
Builds an password expiration date ConnectorAttribute.
| |
| BuildPasswordExpirationDate(Int64) |
Builds an password expiration date ConnectorAttribute.
| |
| BuildPasswordExpired |
Builds out an operational ConnectorAttribute that determines if a password
is expired or expires a password.
| |
| 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.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |