com.sun.jini.outrigger
Class OutriggerPermission
java.lang.Object
java.security.Permission
net.jini.security.AccessPermission
com.sun.jini.outrigger.OutriggerPermission
- All Implemented Interfaces:
- Guard, Serializable
- public class OutriggerPermission
- extends AccessPermission
Permission that can be used to express the access control policy for an
instance of an Outrigger server exported with a BasicJeriExporter. This class can be specified to BasicInvocationDispatcher, which will then perform permission checks for
incoming remote calls using OutriggerPermission instances.
- Since:
- 2.0
- See Also:
- Serialized Form
OutriggerPermission
public OutriggerPermission(String name)
- Create a new
OutriggerPermission 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 2005, Sun Microsystems, Inc.
Licensed under the Apache License, Version 2.0.