class KeyFileManagement

ManagedElement
+-SystemFunctions
+-Lm
+-KeyFileManagement
+-KeyFileInformation [0..]

Enables installation of key files and provides information about the installed key file.

This MO is not applicable to LM deployments that connect to Arwa.

This MO is not applicable to LM deployments that connect to NeLS.


This MO is created by the system.

Actions
boolean
installKeyFile ( string uri , EcimPasswordString password );
Initiates the key file installation defined by the URI given as a parameter.

The return value is the action Id if the initiation succeeded, otherwise it is 0.

The installation is an asynchronous operation. Progress is reported via attribute reportProgress.

Parameters

Name: uri
Description: The URI of the key file that is to be installed.

The URI may refer to a local (e.g., file://data/dir/subdir/rbs006.xml) or to a remote (e.g., sftp://myuser@myhostname.ericsson.local/dir/subdir/rbs006.xml) file.

If user name is needed to access the referenced file then the URI shall include the user name. The URI must not contain password.

The generic URI syntax is defined by RFC 3986.




Name: password
Description: Password to access the URI location. If password based authentication is not used, then this value is ignored.



Attributes
string
key
mandatory
noNotification
restricted
keyFileManagementId
The value component of the RDN.
AsyncActionProgress[0..1]
readOnly
reportProgress
Reference to the progress report including the result of the initiated key file installation.

  class KeyFileManagement