API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.management. MBeanPermission View Source
Author(s)
Since
1.5
Version
Serial
Hierarchy
 Object
      Permission
          MBeanPermission
Implements
Subclasses
Description
public class MBeanPermission
  Permission controlling access to MBeanServer operations.
See also:   
Constructors
public MBeanPermission (String name, String actions)
  Create a new MBeanPermission object with the specified target name and actions.
public MBeanPermission (String className, String member, ObjectName objectName, String actions)
  Create a new MBeanPermission object with the specified target name (class name, member, object name) and actions.
Methods
Hide/Show inherited methods
public void checkGuard (Object object) throws SecurityException [Inherited From Permission]
  Implements the guard interface for a permission.
public boolean equals (Object obj) [Specified in Permission]
  Checks two MBeanPermission objects for equality.
public String getActions () [Specified in Permission]
  Returns the "canonical string representation" of the actions.
publicfinal String getName () [Inherited From Permission]
  Returns the name of this Permission.
public int hashCode () [Specified in Permission]
  Returns the hash code value for this object.
public boolean implies (Permission p) [Specified in Permission]
  Checks if this MBeanPermission object "implies" the specified permission.
public PermissionCollection newPermissionCollection () [Inherited From Permission]
  Returns an empty PermissionCollection for a given Permission object, or null if one is not defined.
public String toString () [Inherited From Permission]
  Returns a string describing this Permission.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar