ttomcat-1778514358873.zip-extract/apache-tomcat-11.0.18-src/java/org/apache/catalina/mbeans-descriptors.xml

Path
ttomcat-1778514358873.zip-extract/apache-tomcat-11.0.18-src/java/org/apache/catalina/mbeans-descriptors.xml
Status
scanned
Type
file
Name
mbeans-descriptors.xml
Extension
.xml
Programming language

      
    
Mime type
text/xml
File type
XML 1.0 document, ASCII text, with CRLF line terminators
Tag

      
    
Rootfs path

      
    
Size
5940 (5.8 KB)
MD5
df5f7dcf5df34493356caff148a22975
SHA1
c158f101738d9085d49e2dac28dcf86224a445b2
SHA256
26ff56a95d8038c367e4c4b16192856f674602fd295cdea4671c5cbb52821d0a
SHA512

      
    
SHA1_git
79d4f1a031d8f0e2c8510e3028a9c0be19df20e1
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
mbeans-descriptors.xml | 5.8 KB |

<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <!DOCTYPE mbeans-descriptors PUBLIC "-//Apache Software Foundation//DTD Model MBeans Configuration File" "http://jakarta.apache.org/commons/dtds/mbeans-descriptors.dtd"> <mbeans-descriptors> <mbean name="Group" className="org.apache.catalina.mbeans.GroupMBean" description="Group from a user database" domain="Users" group="Group" type="org.apache.catalina.Group"> <attribute name="description" description="Description of this group" type="java.lang.String"/> <attribute name="groupname" description="Group name of this group" type="java.lang.String"/> <attribute name="roles" description="MBean Names of roles for this group" type="[Ljava.lang.String;" writeable="false"/> <attribute name="users" description="MBean Names of user members of this group" type="[Ljava.lang.String;" writeable="false"/> <operation name="addRole" description="Add a new authorized role for this group" impact="ACTION" returnType="void"> <parameter name="role" description="Role to be added" type="java.lang.String"/> </operation> <operation name="removeRole" description="Remove an old authorized role for this group" impact="ACTION" returnType="void"> <parameter name="role" description="Role to be removed" type="java.lang.String"/> </operation> <operation name="removeRoles" description="Remove all authorized roles for this group" impact="ACTION" returnType="void"> </operation> </mbean> <mbean name="Role" className="org.apache.catalina.mbeans.RoleMBean" description="Security role from a user database" domain="Users" group="Role" type="org.apache.catalina.Role"> <attribute name="description" description="Description of this role" type="java.lang.String"/> <attribute name="rolename" description="Role name of this role" type="java.lang.String" writeable="false"/> </mbean> <mbean name="User" className="org.apache.catalina.mbeans.UserMBean" description="User from a user database" domain="Users" group="User" type="org.apache.catalina.User"> <attribute name="fullName" description="Full name of this user" type="java.lang.String"/> <attribute name="groups" description="MBean Names of groups this user is a member of" type="[Ljava.lang.String;" writeable="false"/> <attribute name="password" description="Password of this user" type="java.lang.String"/> <attribute name="roles" description="MBean Names of roles for this user" type="[Ljava.lang.String;" writeable="false"/> <attribute name="username" description="User name of this user" type="java.lang.String"/> <operation name="addGroup" description="Add a new group membership for this user" impact="ACTION" returnType="void"> <parameter name="groupname" description="Group name of the new group" type="java.lang.String"/> </operation> <operation name="addRole" description="Add a new authorized role for this user" impact="ACTION" returnType="void"> <parameter name="role" description="Role to be added" type="java.lang.String"/> </operation> <operation name="removeGroup" description="Remove an old group membership for this user" impact="ACTION" returnType="void"> <parameter name="groupname" description="Group name of the old group" type="java.lang.String"/> </operation> <operation name="removeGroups" description="Remove all group memberships for this user" impact="ACTION" returnType="void"> </operation> <operation name="removeRole" description="Remove an old authorized role for this user" impact="ACTION" returnType="void"> <parameter name="role" description="Role to be removed" type="java.lang.String"/> </operation> <operation name="removeRoles" description="Remove all authorized roles for this user" impact="ACTION" returnType="void"> </operation> </mbean> </mbeans-descriptors>
Detected license expression
apache-2.0
Detected license expression (SPDX)
Apache-2.0
Percentage of license text
19.57
Copyrights

      
    
Holders

      
    
Authors

      
    
License detections License expression License expression SPDX
apache_2_0-4bde3f57-78aa-4201-96bf-531cba09e7de apache-2.0 Apache-2.0
URL Start line End line
http://www.apache.org/licenses/LICENSE-2.0 10 10