Simias::Server::Registration Class Reference

Registration Web service methods to manage the Identity Sync Service. More...

Collaboration diagram for Simias::Server::Registration:

Collaboration graph
[legend]

List of all members.

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.


Detailed Description

Registration Web service methods to manage the Identity Sync Service.


Constructor & Destructor Documentation

Simias::Server::Registration::Registration (  )  [inline]

Constructor.


Member Function Documentation

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  Email 
) [inline]

Method to add/create a new user in the system.

Parameters:
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 Email (optional) Primary email address

If the FirstName and LastName are specified but the FullName is null, FullName is autocreated using: FirstName + " " + LastName


The documentation for this class was generated from the following file:

Generated on Wed Apr 8 14:51:19 2009 for simias by  doxygen 1.5.6