com.sun.jini.example.hello
Class ServerPermission
java.lang.Object
java.security.Permission
net.jini.security.AccessPermission
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
Methods inherited from class net.jini.security.AccessPermission |
equals, getActions, hashCode, implies |
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.