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

The ConnectorAttributeBuilder type exposes the following members.

Methods

  NameDescription
Public methodAddValue(ICollection<(Of <<'(Object>)>>))
Public methodAddValue(array<Object>[]()[][])
Public methodBuild()()()()
Public methodStatic memberBuild(String)
Public methodStatic memberBuild(String, ICollection<(Of <<'(Object>)>>))
Public methodStatic memberBuild(String, array<Object>[]()[][])
Public methodStatic memberBuildCurrentAttributes
Public methodStatic memberBuildCurrentPassword(GuardedString)
Builds the operational attribute current password.
Public methodStatic memberBuildCurrentPassword(SecureString)
Public methodStatic memberBuildDisableDate(DateTime)
Builds out an operational ConnectorAttribute that determines the disable date for an object.
Public methodStatic memberBuildDisableDate(Int64)
Builds out an operational ConnectorAttribute that determines the disable date for an object.
Public methodStatic memberBuildEnabled
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.
Public methodStatic memberBuildEnableDate(DateTime)
Builds out an operational ConnectorAttribute that determines the enable date for an object.
Public methodStatic memberBuildEnableDate(Int64)
Builds out an operational ConnectorAttribute that determines the enable date for an object.
Public methodStatic memberBuildLastLoginDate(DateTime)
Builds out a pre-defined ConnectorAttribute that determines the last login date for an object.
Public methodStatic memberBuildLastLoginDate(Int64)
Builds out a pre-defined ConnectorAttribute that determines the last login date for an object.
Public methodStatic memberBuildLastPasswordChangeDate(DateTime)
Builds out a pre-defined ConnectorAttribute that determines the last password change date for an object.
Public methodStatic memberBuildLastPasswordChangeDate(Int64)
Builds out a pre-defined ConnectorAttribute that determines the last password change date for an object.
Public methodStatic memberBuildLockOut
Builds the lock attribute that determines if an object is locked out.
Public methodStatic memberBuildPassword(GuardedString)
Builds the operational attribute password.
Public methodStatic memberBuildPassword(SecureString)
Public methodStatic memberBuildPasswordChangeInterval
Common password policy attribute where the password must be changed every so often.
Public methodStatic memberBuildPasswordExpirationDate(DateTime)
Builds an password expiration date ConnectorAttribute.
Public methodStatic memberBuildPasswordExpirationDate(Int64)
Builds an password expiration date ConnectorAttribute.
Public methodStatic memberBuildPasswordExpired
Builds out an operational ConnectorAttribute that determines if a password is expired or expires a password.
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 methodToString
Returns a string that represents the current object.
(Inherited from Object.)

See Also