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

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


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

commit bda5434c8a1cb48bea31aefa50ddfa97c0a8cba7
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 031afcebee..39f365c13f 100644
--- a/java/org/apache/catalina/realm/mbeans-descriptors.xml
+++ b/java/org/apache/catalina/realm/mbeans-descriptors.xml
@@ -466,6 +466,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" />
@@ -526,6 +535,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