The Ice run time creates an internal object adapter named Ice.Admin if
Ice.Admin.Endpoints is defined and one of the following are true:
The purpose of this object adapter is to host an Ice object whose facets provide administrative capabilities to remote clients. All of the adapter properties detailed in
Section C.4 can be used to configure the
Ice.Admin object adapter.
Note that enabling the Ice.Admin object adapter is a security risk because a hostile client could use the administrative object to shut down the process. As a result, the endpoints for this object adapter should be carefully defined so that only trusted clients are allowed to use it.
See Section 32.19 for more information on the administrative object.
If num is a value greater than zero, the Ice run time delays the creation of the administrative object adapter until
getAdmin is invoked on the communicator. If not specified, the default value is zero, meaning the object adapter is created immediately after all plug‑ins are initialized. See
Section 32.19.2 for more information on the administrative object adapter.
Specifies the facets enabled by the administrative object. See Section 32.19.6 for a discussion of the facets that the administrative object enables by default. Facet names are delimited by commas or white space. A facet name that contains white space must be enclosed in single or double quotes. If not specified, all facets are enabled.
Specifies an identity category for the administrative object (see Section 32.19). If defined, the identity of the object becomes
name/admin. If not specified, the default identity category is a UUID.
Specifies an identifier that uniquely identifies the process when the Ice.Admin object adapter registers with the locator registry. See
Section 39.21 for more information.