Package org.jivesoftware.openfire.admin


package org.jivesoftware.openfire.admin
  • Class
    Description
    The AdminManager manages the AdminProvider configured for this server, caches knowledge of accounts with admin permissions, and provides a single point of entry for handling getting and setting administrative accounts.
    An AdminProvider handles storage of information about admin accounts, and requests to set the list of admin users.
    Handles default management of admin users, which stores the list if accounts as a system property.
    Makes the users of specific group Openfire administrators.
    The JDBC admin provider allows you to use an external database to define the administrators users.