PasswordGeneration Class |
Namespace: Omada.OE.Solution.OIM.Assembly
public class PasswordGeneration
The PasswordGeneration type exposes the following members.
Name | Description | |
---|---|---|
![]() | PasswordGeneration |
Name | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|
![]() | GeneratePassword |
Generates a random password - typically for a new identity.
| ||||||||
![]() | SendPasswordMail |
Sends email(s) with a generated password.
The action object must hold a property with an encrypted password.
The method overrides all security.
Sent mails are not logged.
Throws an exception if no valid receiver can be found.
| ||||||||
![]() | SetIdentityUserInitialPassword |
Can set the initial password on the identity user typically during onboarding
|
Name | Description | |
---|---|---|
![]() | ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) |
![]() | ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) |
![]() | ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |