.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
E41516-01
The ConnectorAttributeUtil type exposes the following members.
Methods
Name | Description | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
AddUid |
Returns a mutable copy of the original set with the uid attribute added.
| |||||||||||||||||
CreateSpecialName |
Creates the special naming for operational type attributes.
| |||||||||||||||||
FilterUid |
Returns a mutable copy of the original set with the uid attribute removed.
| |||||||||||||||||
Find |
Find the ConnectorAttribute of the given name in the [!:Set].
| |||||||||||||||||
GetAsStringValue |
Gets the string value from the single value attribute.
| |||||||||||||||||
GetBasicAttributes |
Filters out all special attributes from the set.
| |||||||||||||||||
GetBooleanValue | ||||||||||||||||||
GetCurrentAttributes |
Get the OperationalAttributes CURRENT_ATTRIBUTES from the set of attributes. Since CURRENT_ATTRIBUTES
are represented as EmbeddedObject, it returns attributes of the embedded object.
| |||||||||||||||||
GetCurrentPasswordValue |
Get the current password value from the provided set of ConnectorAttributes.
| |||||||||||||||||
GetDateTimeValue |
Gets the date value from the single value attribute.
| |||||||||||||||||
GetDoubleValue |
Gets the integer value from the single value attribute.
| |||||||||||||||||
GetEmbeddedObjectValue |
Gets the EmbeddedObject value from the single value attribute.
| |||||||||||||||||
GetEnableDate |
Get the enable date from the set of attributes.
| |||||||||||||||||
GetGuardedStringValue | ||||||||||||||||||
GetIntegerValue |
Gets the integer value from the single value attribute.
| |||||||||||||||||
GetLongValue |
Gets the long value from the single value attribute.
| |||||||||||||||||
GetNameFromAttributes |
Gets the 'Name' attribute from a set of ConnectorAttributes.
| |||||||||||||||||
GetPasswordExpirationDate |
Retrieve the password expiration date from the ConnectorObject.
| |||||||||||||||||
GetPasswordExpired |
Get the password expired attribute from a [!:Collection] of
ConnectorAttributes.
| |||||||||||||||||
GetPasswordValue |
Get the password value from the provided set of ConnectorAttributes.
| |||||||||||||||||
GetSingleValue |
Get the single value from the ConnectorAttribute.
| |||||||||||||||||
GetSpecialAttributes |
Filter out any basic attributes from the specified set, leaving only
special attributes.
| |||||||||||||||||
GetStringValue |
Gets the string value from the single value attribute.
| |||||||||||||||||
GetUidAttribute |
Get the Uid from the attribute set.
| |||||||||||||||||
IsEnabled |
Determine if the ConnectorObject is enable.
| |||||||||||||||||
IsLockedOut |
Determine if the ConnectorObject is locked out.
| |||||||||||||||||
IsPasswordExpired |
Determine if the password is expired for this object.
| |||||||||||||||||
IsSpecial(ConnectorAttribute) |
Determines if this attribute is a special attribute.
| |||||||||||||||||
IsSpecial(ConnectorAttributeInfo) |
Determines if this attribute is a special attribute.
| |||||||||||||||||
IsSpecialName |
Determines whether the specified attribute name is special in the
sense of CreateSpecialName(String).
| |||||||||||||||||
NamesEqual |
Compares two attribute names for equality.
| |||||||||||||||||
ToMap |
Transform a
|