GigaSpaces XAP 10.0.1 API

com.sun.jini.reggie
Class RegistrarPermission

java.lang.Object
  extended by java.security.Permission
      extended by net.jini.security.AccessPermission
          extended by com.sun.jini.reggie.RegistrarPermission
All Implemented Interfaces:
Serializable, Guard

public class RegistrarPermission
extends AccessPermission

An instance contains a name (also referred to as a "target name") but no actions list; you either have the named permission or you don't. The convention is that the target name is the fully qualified name of the remote method being invoked. Wildcard matches are supported using the syntax specified by AccessPermission.

The possible target names for use with a Reggie server are specified in the package documentation for com.sun.jini.reggie.

Since:
2.0
Author:
Sun Microsystems, Inc.
See Also:
Serialized Form

Constructor Summary
RegistrarPermission(String name)
          Creates an instance with the specified target name.
 
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

RegistrarPermission

public RegistrarPermission(String name)
Creates an instance with the specified target name.

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 the AccessPermission class

GigaSpaces XAP 10.0.1 API

Copyright © GigaSpaces.