

Public Member Functions | |
| HostAdmin () | |
| HostAdmin - default constructor. | |
| bool | SetHomeServer (string userID, string serverID) |
| Set home server for this user on the server. | |
| bool | MigrateUser (string userID) |
| returns false always | |
| bool | ProvisionUser () |
| Provision the user. | |
| string | AddHost (string name, string publicAddress, string privateAddress, string publicKey, out bool created) |
| add host into domain | |
| void | DeleteHost (string id) |
| delete this host | |
| void | DeleteHostByName (string Name) |
| DeleteHostByName deletes the slave entry by name. | |
| string | GetConfiguration () |
| Get the configuration from this server. | |
| string | GetDomain () |
| Get the domain. | |
| string | GetDomainOwner () |
| get domain owner | |
| void | SetHostAddress (string Host, string PublicUrl, string PrivateUrl) |
| Method to set/reset public and private addresses of a host Note: The Host parameter can be represented as the Host ID or the Host name. If the Host is null local host is assumed. | |
| HostAdmin () | |
| HostAdmin - default constructor. | |
| bool | SetHomeServer (string userID, string serverID) |
| Set the home server. | |
| bool | MigrateUser (string userID) |
| currently it returns false always | |
| bool | ProvisionUser () |
| returns false | |
| string | AddHost (string name, string publicAddress, string privateAddress, string publicKey, out bool created) |
| Add the host into domain. | |
| void | DeleteHost (string id) |
| delete the host from domain | |
| string | GetConfiguration () |
| Get the configuration from this server. | |
| string | GetDomain () |
| Get the local domain properties. | |
| string | GetDomainOwner () |
| get the domain owner | |
| Simias::Host::HostAdmin::HostAdmin | ( | ) | [inline] |
HostAdmin - default constructor.
| Simias::Host::HostAdmin::HostAdmin | ( | ) | [inline] |
HostAdmin - default constructor.
| bool Simias::Host::HostAdmin::SetHomeServer | ( | string | userID, | |
| string | serverID | |||
| ) | [inline] |
Set home server for this user on the server.
| userID | user id | |
| server | server id |
| bool Simias::Host::HostAdmin::MigrateUser | ( | string | userID | ) | [inline] |
returns false always
| userID |
| bool Simias::Host::HostAdmin::ProvisionUser | ( | ) | [inline] |
Provision the user.
| string Simias::Host::HostAdmin::AddHost | ( | string | name, | |
| string | publicAddress, | |||
| string | privateAddress, | |||
| string | publicKey, | |||
| out bool | created | |||
| ) | [inline] |
add host into domain
| name | host name | |
| publicAddress | public address of host | |
| privateAddress | private address of host | |
| publicKey | public key of host |
| void Simias::Host::HostAdmin::DeleteHost | ( | string | id | ) | [inline] |
delete this host
| id | host id to be deleted |
| void Simias::Host::HostAdmin::DeleteHostByName | ( | string | Name | ) | [inline] |
DeleteHostByName deletes the slave entry by name.
| Name | Slave Server's name |
| string Simias::Host::HostAdmin::GetConfiguration | ( | ) | [inline] |
Get the configuration from this server.
| string Simias::Host::HostAdmin::GetDomain | ( | ) | [inline] |
Get the domain.
| string Simias::Host::HostAdmin::GetDomainOwner | ( | ) | [inline] |
get domain owner
| void Simias::Host::HostAdmin::SetHostAddress | ( | string | Host, | |
| string | PublicUrl, | |||
| string | PrivateUrl | |||
| ) | [inline] |
Method to set/reset public and private addresses of a host Note: The Host parameter can be represented as the Host ID or the Host name. If the Host is null local host is assumed.
| Host | host | |
| PublicAddress | public address of host | |
| PrivateAddress | private address of host |
| bool Simias::Host::HostAdmin::SetHomeServer | ( | string | userID, | |
| string | serverID | |||
| ) | [inline] |
Set the home server.
| userID | userid | |
| server | server id |
| bool Simias::Host::HostAdmin::MigrateUser | ( | string | userID | ) | [inline] |
currently it returns false always
| userID |
| bool Simias::Host::HostAdmin::ProvisionUser | ( | ) | [inline] |
returns false
| string Simias::Host::HostAdmin::AddHost | ( | string | name, | |
| string | publicAddress, | |||
| string | privateAddress, | |||
| string | publicKey, | |||
| out bool | created | |||
| ) | [inline] |
Add the host into domain.
| name | name to be added | |
| publicAddress | public address of host | |
| privateAddress | private address of host | |
| publicKey | public key of host |
| void Simias::Host::HostAdmin::DeleteHost | ( | string | id | ) | [inline] |
delete the host from domain
| id | id to be deleted |
| string Simias::Host::HostAdmin::GetConfiguration | ( | ) | [inline] |
Get the configuration from this server.
| string Simias::Host::HostAdmin::GetDomain | ( | ) | [inline] |
Get the local domain properties.
| string Simias::Host::HostAdmin::GetDomainOwner | ( | ) | [inline] |
get the domain owner
1.5.6