Rio Project 4.2 API Documentation



org.rioproject.monitor
Class ProvisionMonitorPermission

java.lang.Object
  extended by java.security.Permission
      extended by net.jini.security.AccessPermission
          extended by org.rioproject.monitor.ProvisionMonitorPermission
All Implemented Interfaces:
Serializable, Guard

public class ProvisionMonitorPermission
extends AccessPermission

Permission that can be used to express the access control policy for an instance of an ProvisionMonitor server exported with a BasicJeriExporter. This class can be specified to BasicInvocationDispatcher, which will then perform permission checks for incoming remote calls using ProvisionMonitorPermission instances.

Author:
Dennis Reedy
See Also:
Serialized Form

Constructor Summary
ProvisionMonitorPermission(String name)
          Create a new ProvisionMonitorPermission instance.
 
Method Summary
 
Methods inherited from class net.jini.security.AccessPermission
equals, getActions, hashCode, implies
 
Methods inherited from class java.security.Permission
checkGuard, getName, newPermissionCollection, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProvisionMonitorPermission

public ProvisionMonitorPermission(String name)
Create a new ProvisionMonitorPermission instance. See AccessPermissionfor details on the name parameter.

Parameters:
name - the target name
Throws:
NullPointerException - if the target name is null
IllegalArgumentException - if the target name does not match the syntax specified in the comments at the beginning of AccessPermission.

Copyright © Rio Project.

Copyright © 2006-2011 Rio Project. All Rights Reserved.