Public Member Functions | |
| RegistrationInfo () | |
| Constructs a RegistrationInfo object. | |
| RegistrationInfo (RegistrationStatus StatusCode) | |
| Constructs a RegistrationInfo object. | |
Public Attributes | |
| RegistrationStatus | Status |
| Status result from a create or delete method. | |
| string | Message |
| Message returned from the CreateUser method. | |
| string | UserGuid |
| Guid assigned to the user. Not valid if the registration method fails. | |
| string | DistinguishedName |
| Distinguished Name in the external identity database. Not valid if the registration method fails. | |
| string[] | SuggestedNames |
| If the Registration.CreateUser method fails with a UserExists status, the provider MAY return a list of suggested names the caller could try. | |
| Simias::Server::RegistrationInfo::RegistrationInfo | ( | ) | [inline] |
Constructs a RegistrationInfo object.
| Simias::Server::RegistrationInfo::RegistrationInfo | ( | RegistrationStatus | StatusCode | ) | [inline] |
| RegistrationStatus Simias::Server::RegistrationInfo::Status |
Status result from a create or delete method.
Message returned from the CreateUser method.
Guid assigned to the user. Not valid if the registration method fails.
Distinguished Name in the external identity database. Not valid if the registration method fails.
If the Registration.CreateUser method fails with a UserExists status, the provider MAY return a list of suggested names the caller could try.
1.5.6