Following on from JDK-8304327: JMX Guide: Document the deprecation of Subject Delegation
..where we added a warning in JDK 22 docs, the feature is now going to be removed.
JBS bug for removal is:JDK-8326666
The JMX Guide will need to have a section removed:
22 Security with Subject Delegation
We should add a note, perhaps at the start of the examples (Part III Java Management Extensions Examples) stating that:
Note: The Subject Delegation feature has been removed. If a client application needs to perform operations as or on behalf of multiple identities, it will need to make multiple calls to JMXConnectorFactory.connect() and to the getMBeanServerConnection() method on the returned JMXConnector.
..where we added a warning in JDK 22 docs, the feature is now going to be removed.
JBS bug for removal is:
The JMX Guide will need to have a section removed:
22 Security with Subject Delegation
We should add a note, perhaps at the start of the examples (Part III Java Management Extensions Examples) stating that:
Note: The Subject Delegation feature has been removed. If a client application needs to perform operations as or on behalf of multiple identities, it will need to make multiple calls to JMXConnectorFactory.connect() and to the getMBeanServerConnection() method on the returned JMXConnector.
- relates to
-
JDK-8326666 Remove the Java Management Extension (JMX) Subject Delegation feature
- Resolved