Rio Project 4.2 API Documentation
org.rioproject.cybernode
Class CybernodePermission
java.lang.Object
java.security.Permission
net.jini.security.AccessPermission
org.rioproject.cybernode.CybernodePermission
- All Implemented Interfaces:
- Serializable, Guard
public class CybernodePermission
- extends AccessPermission
Permission that can be used to express the access control policy for an
instance of an Cybernode server exported with a
BasicJeriExporter. This class can be specified to
BasicInvocationDispatcher, which will then perform
permission checks for incoming remote calls using CybernodePermission instances.
- Author:
- Dennis Reedy
- See Also:
- Serialized Form
CybernodePermission
public CybernodePermission(String name)
- Create a new CybernodePermission instance. See
AccessPermission for 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 © 2006-2011 Rio Project. All Rights Reserved.