Package | Description |
---|---|
net.jini.activation |
Extensions to the Java(TM) Remote Method Invocation (Java RMI) activation
framework to support activatable objects that are exported using an
Exporter to go inactive, to provide invocation
handlers for exporters that want to use dynamic proxies for
activatable remote objects, and to support trust verification of
secure activatable dynamic proxies and secure activation identifiers. |
net.jini.security.proxytrust |
Historically, proxy trust relied on the Java sandbox, however with the
plethora of security problems relating to serialization.
|
Modifier and Type | Method and Description |
---|---|
protected ProxyTrustIterator |
ActivatableInvocationHandler.getProxyTrustIterator()
Returns a proxy trust iterator for an activatable object that is
suitable for use by
ProxyTrustVerifier . |
Modifier and Type | Class and Description |
---|---|
class |
SingletonProxyTrustIterator
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected ProxyTrustIterator |
ProxyTrustInvocationHandler.getProxyTrustIterator()
Deprecated.
Returns an iterator that produces the bootstrap proxy as the only
element of the iteration.
|
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.