Package | Description |
---|---|
net.jini.export |
Provides generic abstractions for exporting remote objects (
Exporter ), obtaining a proxy from an exported remote
object (ProxyAccessor ), obtaining the
server-side context information for an executing remote call (ServerContext ), and defining export permissions
(ExportPermission ). |
net.jini.loader |
Provides interfaces and utility classes related to dynamic class
loading with
RMIClassLoader . |
net.jini.security.proxytrust |
Historically, proxy trust relied on the Java sandbox, however with the
plethora of security problems relating to serialization.
|
Class and Description |
---|
CodebaseAccessor
After authenticating a bootstrap token proxy, the ProxyPreparer can
dynamically grant DownloadPermission and DeSerializationPermission
as required using the information provided, to allow downloading
of a smart proxy.
|
Class and Description |
---|
CodebaseAccessor
After authenticating a bootstrap token proxy, the ProxyPreparer can
dynamically grant DownloadPermission and DeSerializationPermission
as required using the information provided, to allow downloading
of a smart proxy.
|
Class and Description |
---|
Exporter
An abstraction for exporting a single remote
object such that it can receive remote method invocations, and
later for unexporting that same remote object.
|
Copyright © 2016–2018 The Apache Software Foundation. All rights reserved.