com.sun.jini.example.hello
Class ServerPermission

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

public class ServerPermission
extends net.jini.security.AccessPermission

Represents permissions used to express the access control policy for the Server class. The name specifies the names of the method which you have permission to call using the matching rules provided by AccessPermission.

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

Constructor Summary
ServerPermission(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

ServerPermission

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

Parameters:
name - the target name


Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.