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

/openjdk7/jdk/src/share/classes/javax/management/
H A DMBeanPermission.java36 * require that the caller's permissions imply an MBeanPermission
40 * <p>As with other {@link Permission} objects, an MBeanPermission can
43 * being checked for permission, an MBeanPermission is constructed
48 * <p>An MBeanPermission contains four items of information:</p>
105 * <p>If you have an MBeanPermission, it allows operations only if all
163 public class MBeanPermission extends Permission { class in inherits:Permission
257 throw new IllegalArgumentException("MBeanPermission: " +
260 throw new IllegalArgumentException("MBeanPermission: " +
279 throw new IllegalArgumentException("MBeanPermission name " +
283 throw new IllegalArgumentException("MBeanPermission nam
402 public MBeanPermission(String name, String actions) { method in class:MBeanPermission
438 public MBeanPermission(String className, method in class:MBeanPermission
[all...]

Completed in 182 milliseconds