AdventNet Web NMS 4 API Specification

Package com.adventnet.nms.authentication

This package consists of set of classes that are related to WebNMS User Administration.

See:
          Description

Interface Summary
UserConfigAPI This is the API for configuring , accessing and administering user authentication in the Web NMS.
UserConfigListener Updates all the listeners when any of the following user configuration operations are being performed : 1.
 

Exception Summary
UserConfigException An UserConfigException is thrown whenever an exception occurs in the UserConfigAPIImpl.
 

Package com.adventnet.nms.authentication Description

This package consists of set of classes that are related to WebNMS User Administration. The UserConfigAPI is for the user account management in WebNMS and UserConfigListener is to notify the observers for any updates in the user configuration. The implementation of UserConfigAPI copies some of the user specific configuration files required for the client to successfully function. So this is basically a wrapper around security AdministrationAPI with respect to user administration.


AdventNet Web NMS 4 API Specification