Méthode | Description | |
---|---|---|
AddValue ( ) : |
||
AddValue ( ICollection | ||
Build ( ) : |
||
Build ( String name ) : |
||
Build ( String name, ICollection | ||
BuildCurrentPassword ( GuardedString password ) : |
Builds the operational attribute current password. The current password indicates this a password change by the account owner and not an administrator. The use case is that an administrator password change may not keep history or validate against policy. |
|
BuildCurrentPassword ( |
||
BuildDisableDate ( System.DateTime date ) : |
Builds out an operational ConnectorAttribute that determines the disable date for an object.
|
|
BuildDisableDate ( long date ) : |
Builds out an operational ConnectorAttribute that determines the disable date for an object. The time parameter is UTC in milliseconds. |
|
BuildEnableDate ( System.DateTime date ) : |
Builds out an operational ConnectorAttribute that determines the enable date for an object.
|
|
BuildEnableDate ( long date ) : |
Builds out an operational ConnectorAttribute that determines the enable date for an object. The time parameter is UTC in milliseconds. |
|
BuildEnabled ( bool val ) : |
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. In SearchApiOp it would show the object is enabled or disabled. |
|
BuildLastLoginDate ( System.DateTime date ) : |
Builds out a pre-defined ConnectorAttribute that determines the last login date for an object.
|
|
BuildLastLoginDate ( long date ) : |
Builds out a pre-defined ConnectorAttribute that determines the last login date for an object. The time parameter is UTC in milliseconds. |
|
BuildLastPasswordChangeDate ( System.DateTime date ) : |
Builds out a pre-defined ConnectorAttribute that determines the last password change date for an object.
|
|
BuildLastPasswordChangeDate ( long date ) : |
Builds out a pre-defined ConnectorAttribute that determines the last password change date for an object.
|
|
BuildLockOut ( bool lck ) : |
Builds the lock attribute that determines if an object is locked out.
|
|
BuildPassword ( GuardedString password ) : |
Builds the operational attribute password.
|
|
BuildPassword ( |
||
BuildPasswordChangeInterval ( long val ) : |
Common password policy attribute where the password must be changed every so often. The value for this attribute is milliseconds since its the lowest common denominator. |
|
BuildPasswordExpirationDate ( System.DateTime dateTime ) : |
Builds an password expiration date ConnectorAttribute. This ConnectorAttribute represents the date/time a password will expire on a resource. |
|
BuildPasswordExpirationDate ( long dateTime ) : |
Builds an password expiration date ConnectorAttribute. This ConnectorAttribute represents the date/time a password will expire on a resource. |
|
BuildPasswordExpired ( bool expired ) : |
Builds out an operational ConnectorAttribute that determines if a password is expired or expires a password.
|
|
ConnectorAttributeBuilder ( ) : System |
Méthode | Description | |
---|---|---|
AddValuesInternal ( IEnumerable | ||
CheckSingleValue ( ) : void | ||
GetSingleStringValue ( ) : String |
public AddValue ( ) : |
||
Résultat |
public AddValue ( ICollection | ||
values | ICollection | |
Résultat |
public static Build ( String name ) : |
||
name | String | |
Résultat |
public static Build ( String name, ICollection | ||
name | String | |
val | ICollection | |
Résultat |
public static BuildCurrentPassword ( GuardedString password ) : |
||
password | GuardedString | the string that represents a password. |
Résultat |
public static BuildCurrentPassword ( |
||
password | ||
Résultat |
public static BuildDisableDate ( System.DateTime date ) : |
||
date | System.DateTime | The date and time to enable a particular object, or the date /// time an object will be enabled. |
Résultat |
public static BuildDisableDate ( long date ) : |
||
date | long | The date and time to enable a particular object, or the date /// time an object will be enabled. |
Résultat |
public static BuildEnableDate ( System.DateTime date ) : |
||
date | System.DateTime | The date and time to enable a particular object, or the date /// time an object will be enabled. |
Résultat |
public static BuildEnableDate ( long date ) : |
||
date | long | The date and time to enable a particular object, or the date /// time an object will be enabled. |
Résultat |
public static BuildEnabled ( bool val ) : |
||
val | bool | |
Résultat |
public static BuildLastLoginDate ( System.DateTime date ) : |
||
date | System.DateTime | The date and time of the last login. |
Résultat |
public static BuildLastLoginDate ( long date ) : |
||
date | long | The date and time of the last login. |
Résultat |
public static BuildLastPasswordChangeDate ( System.DateTime date ) : |
||
date | System.DateTime | The date and time the password was changed. |
Résultat |
public static BuildLastPasswordChangeDate ( long date ) : |
||
date | long | The date and time the password was changed. |
Résultat |
public static BuildLockOut ( bool lck ) : |
||
lck | bool | |
Résultat |
public static BuildPassword ( GuardedString password ) : |
||
password | GuardedString | the string that represents a password. |
Résultat |
public static BuildPassword ( |
||
password | ||
Résultat |
public static BuildPasswordChangeInterval ( long val ) : |
||
val | long | |
Résultat |
public static BuildPasswordExpirationDate ( System.DateTime dateTime ) : |
||
dateTime | System.DateTime | UTC time in milliseconds. |
Résultat |
public static BuildPasswordExpirationDate ( long dateTime ) : |
||
dateTime | long | UTC time in milliseconds. |
Résultat |
public static BuildPasswordExpired ( bool expired ) : |
||
expired | bool | |
Résultat |
public ConnectorAttributeBuilder ( ) : System | ||
Résultat | System |