Searched defs:MBeanTrustPermission (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/management/
H A DMBeanTrustPermission.java33 * MBeanTrustPermission contains a target name but no actions list.
47 public class MBeanTrustPermission extends BasicPermission { class in inherits:BasicPermission
51 /** <p>Create a new MBeanTrustPermission with the given name.</p>
53 <code>MBeanTrustPermission(name,null)</code>.</p>
61 public MBeanTrustPermission(String name) { method in class:MBeanTrustPermission
65 /** <p>Create a new MBeanTrustPermission with the given name.</p>
76 public MBeanTrustPermission(String name, String actions) { method in class:MBeanTrustPermission
80 throw new IllegalArgumentException("MBeanTrustPermission " +
85 throw new IllegalArgumentException("MBeanTrustPermission: " +

Completed in 52 milliseconds