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

The ConnectorAttributeUtil type exposes the following members.

Methods

  NameDescription
Public methodStatic memberAddUid
Returns a mutable copy of the original set with the uid attribute added.
Public methodStatic memberCreateSpecialName
Creates the special naming for operational type attributes.
Public methodStatic memberFilterUid
Returns a mutable copy of the original set with the uid attribute removed.
Public methodStatic memberFind
Find the ConnectorAttribute of the given name in the [!:Set].
Public methodStatic memberGetAsStringValue
Gets the string value from the single value attribute.
Public methodStatic memberGetBasicAttributes
Filters out all special attributes from the set.
Public methodStatic memberGetBooleanValue
Public methodStatic memberGetCurrentAttributes
Get the OperationalAttributes CURRENT_ATTRIBUTES from the set of attributes. Since CURRENT_ATTRIBUTES are represented as EmbeddedObject, it returns attributes of the embedded object.
Public methodStatic memberGetCurrentPasswordValue
Get the current password value from the provided set of ConnectorAttributes.
Public methodStatic memberGetDateTimeValue
Gets the date value from the single value attribute.
Public methodStatic memberGetDoubleValue
Gets the integer value from the single value attribute.
Public methodStatic memberGetEmbeddedObjectValue
Gets the EmbeddedObject value from the single value attribute.
Public methodStatic memberGetEnableDate
Get the enable date from the set of attributes.
Public methodStatic memberGetGuardedStringValue
Public methodStatic memberGetIntegerValue
Gets the integer value from the single value attribute.
Public methodStatic memberGetLongValue
Gets the long value from the single value attribute.
Public methodStatic memberGetNameFromAttributes
Gets the 'Name' attribute from a set of ConnectorAttributes.
Public methodStatic memberGetPasswordExpirationDate
Retrieve the password expiration date from the ConnectorObject.
Public methodStatic memberGetPasswordExpired
Get the password expired attribute from a [!:Collection] of ConnectorAttributes.
Public methodStatic memberGetPasswordValue
Get the password value from the provided set of ConnectorAttributes.
Public methodStatic memberGetSingleValue
Get the single value from the ConnectorAttribute.
Public methodStatic memberGetSpecialAttributes
Filter out any basic attributes from the specified set, leaving only special attributes.
Public methodStatic memberGetStringValue
Gets the string value from the single value attribute.
Public methodStatic memberGetUidAttribute
Get the Uid from the attribute set.
Public methodStatic memberIsEnabled
Determine if the ConnectorObject is enable.
Public methodStatic memberIsLockedOut
Determine if the ConnectorObject is locked out.
Public methodStatic memberIsPasswordExpired
Determine if the password is expired for this object.
Public methodStatic memberIsSpecial(ConnectorAttribute)
Determines if this attribute is a special attribute.
Public methodStatic memberIsSpecial(ConnectorAttributeInfo)
Determines if this attribute is a special attribute.
Public methodStatic memberIsSpecialName
Determines whether the specified attribute name is special in the sense of CreateSpecialName(String).
Public methodStatic memberNamesEqual
Compares two attribute names for equality.
Public methodStatic memberToMap
Transform a
 Copy imageCopy
Collection
of
 Copy imageCopy
ConnectorAttribute} instances into a {@link Map}. The key to each element in the map is the name of an
 Copy imageCopy
ConnectorAttribute
. The value of each element in the map is the
 Copy imageCopy
ConnectorAttribute
instance with that name.

See Also