This is an automated email from the ASF dual-hosted git repository.

markt-asf pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/main by this push:
     new af8c930545 Add missing JMX operations
af8c930545 is described below

commit af8c930545a32375fc76cb43d17f1afa99b00b5f
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]

Reply via email to