Package com.accendia.iris.admin.interfaces

Contains the interfaces used by the admin application.

See:
          Description

Interface Summary
IAdminRoles The interface is implemented by the roles command.
IAdminUserProfile The interface is implemented by the users command and contains the methods for user management.
IClientConnection Represent and active client connection and is returned by a IClientConnectionsBrowser instance.
IClientConnectionsBrowser This interface is implemented by the client connections browser dynamic command.
IClientConnectionsBrowserFactory The interface is implemented by the connection_browser command factory.
IRoles The interface is implemented by the roles command and provides the client application with information about the available roles and the roles assigned to the current user.
IUserOperationReturnCodes This interface contains the codes returned by the user operations of the admin command
IUserProfile The interface is implemented by the users command and allows the current user to change its password.
IUsersBrowser This interface is implemented by the user browser dynamic command.
IUsersBrowserFactory The interface is implemented by the user_browser command factory.
 

Package com.accendia.iris.admin.interfaces Description

Contains the interfaces used by the admin application. The admin application is registered automatically by the server at startup and provides user administration functionalities.

The admin application has the following structure:

Application Name: admin

Static Commands:

users
The command is used to create and manage users and passwords.

Interfaces implemented:

roles
The command is used to manage application roles assigned to users.

Interfaces implemented:

Command Factories:

user_browser
The factory is used to create IUsersBrowser instances for browsing the user database.

Interfaces implemented:

connection_browser
The factory is used to create IClientConnectionsBrowser instances for browsing active client connections.

Interfaces implemented:

Client Callback Handlers:
none