
Public Member Functions | |
| Registration () | |
| Constructor. | |
| string | GetPublicKey () |
| Method to get the domain's public key. | |
| RegistrationInfo | CreateUser (string Username, string Password, string UserGuid, string FirstName, string LastName, string FullName, string DistinguishedName, string Email) |
| Method to add/create a new user in the system. | |
| Simias::Server::Registration::Registration | ( | ) | [inline] |
Constructor.
| string Simias::Server::Registration::GetPublicKey | ( | ) | [inline] |
Method to get the domain's public key.
| RegistrationInfo Simias::Server::Registration::CreateUser | ( | string | Username, | |
| string | Password, | |||
| string | UserGuid, | |||
| string | FirstName, | |||
| string | LastName, | |||
| string | FullName, | |||
| string | DistinguishedName, | |||
| string | ||||
| ) | [inline] |
Method to add/create a new user in the system.
| Username | Username (mandatory) short name of the user | |
| Password | Password (mandatory) | |
| UserGuid | UserGuid (optional) caller can specify the guid for the user | |
| FirstName | FirstName (optional) first/given name of the user | |
| LastName | LastName (optional) last/family name of the user | |
| FullName | FullName (optional) Fullname of the user | |
| DistinguishedName | DistinguishedName (optional) usually the distinguished name from an external identity store | |
| Email (optional) Primary email address |
If the FirstName and LastName are specified but the FullName is null, FullName is autocreated using: FirstName + " " + LastName
1.5.6