Package org.jivesoftware.openfire.admin
-
Interface Summary Interface Description AdminProvider An AdminProvider handles storage of information about admin accounts, and requests to set the list of admin users. -
Class Summary Class Description AdminManager 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.DefaultAdminProvider Handles default management of admin users, which stores the list if accounts as a system property.JDBCAdminProvider The JDBC admin provider allows you to use an external database to define the administrators users.