This is an automated email from the ASF dual-hosted git repository.
markt-asf pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new 75debe8ec3 Add missing JMX operations
75debe8ec3 is described below
commit 75debe8ec31f69fb5056ab8cd59a8a0e08dc9ee3
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Sep 15 20:29:54 2026 +0100
Add missing JMX operations
Follow on to "Add removeRealm, matching addRealm"
---
java/org/apache/catalina/realm/mbeans-descriptors.xml | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/java/org/apache/catalina/realm/mbeans-descriptors.xml
b/java/org/apache/catalina/realm/mbeans-descriptors.xml
index 9885e740ad..16a0087835 100644
--- a/java/org/apache/catalina/realm/mbeans-descriptors.xml
+++ b/java/org/apache/catalina/realm/mbeans-descriptors.xml
@@ -395,6 +395,15 @@
type="org.apache.catalina.Realm"/>
</operation>
+ <operation name="removeRealm"
+ description="Remove a Realm from the set of Realms wrapped by this
realm"
+ impact="ACTION"
+ returnType="boolean">
+ <parameter name="theRealm"
+ description="Realm to remove"
+ type="org.apache.catalina.Realm"/>
+ </operation>
+
<operation name="start" description="Start" impact="ACTION"
returnType="void" />
<operation name="stop" description="Stop" impact="ACTION"
returnType="void" />
<operation name="init" description="Init" impact="ACTION"
returnType="void" />
@@ -455,6 +464,15 @@
type="org.apache.catalina.Realm"/>
</operation>
+ <operation name="removeRealm"
+ description="Remove a Realm from the set of Realms wrapped by this
realm"
+ impact="ACTION"
+ returnType="boolean">
+ <parameter name="theRealm"
+ description="Realm to remove"
+ type="org.apache.catalina.Realm"/>
+ </operation>
+
<operation name="isLocked"
description="Determine if the specified user is locked"
impact="ACTION"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]