Permission that MBean class must have in order to be trusted.
Only MBeans whose codesource has this permission can be registered in the MBeanServer.
This permission is composed by a target name, whose only valid value are
register and the wildcard *.
The actions are ignored.
version: $Revision: 1.5 $
Creates a new MBeanTrustPermission with the specified target name and actions, but the actions will be ignored
Parameters: name - Can only be "register" or "*" Parameters: actions - Ignored
Methods inherited from java.security.BasicPermission