Uses of Class
net.jini.security.AccessPermission

Packages that use AccessPermission
com.sun.jini.fiddler Provides the server side of an implementation of the lookup discovery service (see LookupDiscoveryService). 
com.sun.jini.mahalo Provides implementations of the TransactionManager service. 
com.sun.jini.mercury Provides implementations of the EventMailbox service. 
com.sun.jini.norm Provides implementations of LeaseRenewalService
com.sun.jini.outrigger This is an implementation of a JavaSpaces technology-enabled service. 
com.sun.jini.phoenix A configurable Java(TM) Remote Method Invocation (Java RMI) activation system daemon implementation. 
com.sun.jini.reggie Provides implementations of ServiceRegistrar
net.jini.io.context Provides type definitions for elements commonly found in the context collections available from ServerContext and ObjectStreamContext
 

Uses of AccessPermission in com.sun.jini.fiddler
 

Subclasses of AccessPermission in com.sun.jini.fiddler
 class FiddlerPermission
          Special purpose permission class, specific to the Fiddler implementation of the lookup discovery service, that can be used to express the access control policy for that service's backend server when it is exported with a BasicJeriExporter.
 

Uses of AccessPermission in com.sun.jini.mahalo
 

Subclasses of AccessPermission in com.sun.jini.mahalo
 class MahaloPermission
          Represents permissions that can be used to express the access control policy for the Mahalo server exported with a BasicJeriExporter.
 

Uses of AccessPermission in com.sun.jini.mercury
 

Subclasses of AccessPermission in com.sun.jini.mercury
 class MercuryPermission
          Represents permissions that can be used to express the access control policy for the Mercury server exported with a BasicJeriExporter.
 

Uses of AccessPermission in com.sun.jini.norm
 

Subclasses of AccessPermission in com.sun.jini.norm
 class NormPermission
          Represents permissions that can be used to express the access control policy for the a Norm server exported with a BasicJeriExporter.
 

Uses of AccessPermission in com.sun.jini.outrigger
 

Subclasses of AccessPermission in com.sun.jini.outrigger
 class OutriggerPermission
          Permission that can be used to express the access control policy for an instance of an Outrigger server exported with a BasicJeriExporter.
 

Uses of AccessPermission in com.sun.jini.phoenix
 

Subclasses of AccessPermission in com.sun.jini.phoenix
 class ActivatorPermission
          Represents permissions that can be used to express the access control policy for the activator, the remote object handling object activation, if that remote object is exported with BasicJeriExporter.
 class InstantiatorPermission
          Represents permissions that can be used to express the access control policy for the ActivationInstantiator remote object exported with BasicJeriExporter.
 class MonitorPermission
          Represents permissions that can be used to express the access control policy for the ActivationMonitor remote object exported with BasicJeriExporter.
 class SystemPermission
          Represents permissions that can be used to express the access control policy for the ActivationSystem remote object exported with BasicJeriExporter.
 

Uses of AccessPermission in com.sun.jini.reggie
 

Subclasses of AccessPermission in com.sun.jini.reggie
 class RegistrarPermission
          Permission that can be used to express the access control policy for an instance of the Reggie lookup service exported with a BasicJeriExporter.
 

Uses of AccessPermission in net.jini.io.context
 

Subclasses of AccessPermission in net.jini.io.context
 class ContextPermission
          Represents permissions used to express the access control policy for elements commonly found in the context collections available from ServerContext and ObjectStreamContext.
 



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