WildFly Management Interfaces
Internal
Overview
WildFly core management functionality is exposed via two different management interfaces (the terms management interfaces and management APIs are used interchangeably):
- Native API - used by the Management CLI
- HTTP API - used by the Management CLI and the web-based Management Console.
These two interfaces offer distinct ways to access the same core management system.
Diagram
Configuration
Security
Core management authentication is responsible for securing the management API interfaces. Core management authentication is built into the core management and it is enabled and configured as a core service by default.
The Management APIs relies on the [Management Realm|JBoss7SecurityRealm#ManagementRealm] for authentication and authorization needs: in order to access the Management API functionality, an user need to authenticate against the Management Realm.
By default, no roles are required to access the Management APIs.
JMX Management Beans
The management API is also exposed as JMX Management Beans. These Management Beans are referred to as core mbeans. Prior to WildFly, the management functionality was primarily JMX based. With WildFly, the core management does not rely on JMX to perform operations, JMX exposed beans are now just an alternative mechanism, in addition to the native and HTTP interfaces. [JBoss7 Remoting#JBossRemotingAndJMXAccess].
TODO:
- Does JMX read/write the same core management functionality? Explain that in more details.
- Migrate JBoss7Remoting#JBossRemotingAndJMXAccess https://home.feodorov.com:9443/wiki/Wiki.jsp?page=JBoss7Remoting#section-JBoss7Remoting-JBossRemotingAndJMXAccess