Method | Description | |
---|---|---|
AddUid ( ICollection |
Returns a mutable copy of the original set with the uid attribute added.
|
|
CreateSpecialName ( string name ) : string |
Creates the special naming for operational type attributes.
|
|
FilterUid ( ICollection |
Returns a mutable copy of the original set with the uid attribute removed.
|
|
Find ( string name, ICollection |
Find the ConnectorAttribute of the given name in the Set.
|
|
GetAsStringValue ( |
Gets the string value from the single value attribute.
|
|
GetBasicAttributes ( ICollection |
Filters out all special attributes from the set. These special attributes include Password, Uid etc.. |
|
GetBigDecimalValue ( |
Gets the big decimal value from the single value attribute. Since 1.4 |
|
GetBigIntegerValue ( |
Gets the big integer value from the single value attribute. Since 1.4 |
|
GetBooleanValue ( |
Gets the boolean value from the single value attribute.
|
|
GetByteArrayValue ( |
Gets the byte value from the single value attribute. Since 1.4 |
|
GetByteValue ( |
Gets the byte value from the single value attribute. Since 1.4 |
|
GetCharacterValue ( |
Gets the character value from the single value attribute. Since 1.4 |
|
GetCurrentPasswordValue ( ICollection |
Get the current password value from the provided set of ConnectorAttributes.
|
|
GetDateTimeValue ( |
Gets the date value from the single value attribute.
|
|
GetDictionaryValue ( |
Gets the dictionary value from the single value attribute. Since 1.4 |
|
GetDoubleValue ( |
Gets the double value from the single value attribute.
|
|
GetEnableDate ( ICollection |
Get the enable date from the set of attributes.
|
|
GetFloatValue ( |
Gets the float value from the single value attribute. Since 1.4 |
|
GetGuardedByteArrayValue ( |
Gets the guarded byte array value from the single value attribute. Since 1.4 |
|
GetGuardedStringValue ( |
Gets the guarded string value from the single value attribute.
|
|
GetIntegerValue ( |
Gets the integer value from the single value attribute.
|
|
GetLongValue ( |
Gets the long value from the single value attribute.
|
|
GetNameFromAttributes ( ICollection |
Gets the 'Name' attribute from a set of ConnectorAttributes.
|
|
GetPasswordExpirationDate ( |
Retrieve the password expiration date from the ConnectorObject.
|
|
GetPasswordExpired ( ICollection |
Get the password expired attribute from a Collection of ConnectorAttributes.
|
|
GetPasswordValue ( ICollection |
Get the password value from the provided set of ConnectorAttributes.
|
|
GetSingleValue ( |
Get the single value from the ConnectorAttribute. Return null if the attribute's list of values is null or empty. |
|
GetSpecialAttributes ( ICollection |
Filter out any basic attributes from the specified set, leaving only special attributes. Special attributes include Name, Uid, and OperationalAttributes. |
|
GetStringValue ( |
Gets the string value from the single value attribute.
|
|
GetUidAttribute ( ICollection |
Get the Uid from the attribute set.
|
|
IsEnabled ( |
Determine if the ConnectorObject is enable. By getting the value of the OperationalAttributes.ENABLE_NAME. |
|
IsLockedOut ( |
Determine if the ConnectorObject is locked out. By getting the value of the OperationalAttributes.LOCK_OUT_NAME. |
|
IsPasswordExpired ( |
Determine if the password is expired for this object.
|
|
IsSpecial ( |
Determines if this attribute is a special attribute.
|
|
IsSpecial ( |
Determines if this attribute is a special attribute.
|
|
IsSpecialName ( String name ) : bool |
Determines whether the specified attribute name is special in the sense of ConnectorAttributeUtil.CreateSpecialName.
|
|
NamesEqual ( string name1, string name2 ) : bool |
Compares two attribute names for equality.
|
|
ToMap ( ICollection |
Transform a
|
public static AddUid ( ICollection |
||
attrs | ICollection |
The original set. Must not be null. |
uid | The uid. Must not be null. | |
return | ICollection |
public static CreateSpecialName ( string name ) : string | ||
name | string | string to make special |
return | string |
public static FilterUid ( ICollection |
||
attrs | ICollection |
The original set. Must not be null. |
return | ICollection |
public static Find ( string name, ICollection |
||
name | string |
/// |
attrs | ICollection |
/// |
return |
public static GetAsStringValue ( |
||
attr | ConnectorAttribute to retrieve the string value from. | |
return | string |
public static GetBasicAttributes ( ICollection |
||
attrs | ICollection |
set of |
return | ICollection |
public static GetBigDecimalValue ( |
||
attr | ConnectorAttribute to retrieve the big decimal value from. | |
return |
public static GetBigIntegerValue ( |
||
attr | ConnectorAttribute to retrieve the big integer value from. | |
return |
public static GetBooleanValue ( |
||
attr | ConnectorAttribute to retrieve the boolean value from. | |
return | bool? |
public static GetByteArrayValue ( |
||
attr | ConnectorAttribute to retrieve the byte value from. | |
return | byte[] |
public static GetByteValue ( |
||
attr | ConnectorAttribute to retrieve the byte value from. | |
return | byte? |
public static GetCharacterValue ( |
||
attr | ConnectorAttribute to retrieve the character value from. | |
return | char? |
public static GetCurrentPasswordValue ( ICollection |
||
attrs | ICollection |
Set of |
return | GuardedString |
public static GetDateTimeValue ( |
||
attr | ConnectorAttribute to retrieve the date value from. | |
return | DateTime? |
public static GetDictionaryValue ( |
||
attr | ConnectorAttribute to retrieve the dictionary value from. | |
return | object>.IDictionary |
public static GetDoubleValue ( |
||
attr | ConnectorAttribute to retrieve the double value from. | |
return | double? |
public static GetEnableDate ( ICollection |
||
attrs | ICollection |
set of attribute to find the enable date
/// |
return | DateTime? |
public static GetFloatValue ( |
||
attr | ConnectorAttribute to retrieve the float value from. | |
return | float? |
public static GetGuardedByteArrayValue ( |
||
attr | ConnectorAttribute to retrieve the guarded byte array value from. | |
return | GuardedByteArray |
public static GetGuardedStringValue ( |
||
attr | ConnectorAttribute to retrieve the guarded string value from. | |
return | GuardedString |
public static GetIntegerValue ( |
||
attr | ConnectorAttribute to retrieve the integer value from. | |
return | int? |
public static GetLongValue ( |
||
attr | ConnectorAttribute to retrieve the long value from. | |
return | long? |
public static GetNameFromAttributes ( ICollection |
||
attrs | ICollection |
set of attributes to search against. |
return |
public static GetPasswordExpirationDate ( |
||
obj |
/// |
|
return | DateTime? |
public static GetPasswordExpired ( ICollection |
||
attrs | ICollection |
set of attribute to find the expired password
/// |
return | bool? |
public static GetPasswordValue ( ICollection |
||
attrs | ICollection |
|
return | GuardedString |
public static GetSingleValue ( |
||
attr | ||
return | object |
public static GetSpecialAttributes ( ICollection |
||
attrs | ICollection |
set of |
return | ICollection |
public static GetStringValue ( |
||
attr | ConnectorAttribute to retrieve the string value from. | |
return | string |
public static GetUidAttribute ( ICollection |
||
attrs | ICollection |
set of |
return |
public static IsEnabled ( |
||
obj |
/// |
|
return | bool? |
public static IsLockedOut ( |
||
obj |
/// |
|
return | bool? |
public static IsPasswordExpired ( |
||
obj |
/// |
|
return | bool? |
public static IsSpecial ( |
||
attr |
/// |
|
return | bool |
public static IsSpecial ( |
||
attr |
/// |
|
return | bool |
public static IsSpecialName ( String name ) : bool | ||
name | String | the name of the attribute to test |
return | bool |
public static NamesEqual ( string name1, string name2 ) : bool | ||
name1 | string | the first attribute name |
name2 | string | the second attribute name |
return | bool |
public static ToMap ( ICollection |
||
attributes | ICollection |
|
return | ConnectorAttribute>.IDictionary |