/* * JBoss, the OpenSource J2EE webOS * * Distributable under LGPL license. * See terms of license at gnu.org. */ package javax.management; import java.security.BasicPermission; /** * Controls access to actions performed on MBeanServers. The name specifies * the permission applies to an operation. The special value * applies to * all operations. * *