|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TrustEquivalence | |
---|---|
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.jeri | Provides the fundamental abstractions and standard implementation classes for Jini extensible remote invocation (Jini ERI). |
net.jini.jeri.http | Provides implementations of the Endpoint and
ServerEndpoint abstractions that use HTTP
messages sent over TCP sockets as the underlying communication
mechanism. |
net.jini.jeri.kerberos | Provides implementations of Endpoint and ServerEndpoint that use Kerberos as the underlying
network security protocol to support security related invocation
constraints for remote requests. |
net.jini.jeri.ssl | Provides implementations of Endpoint and ServerEndpoint that use TLS/SSL and HTTPS (HTTP over
TLS/SSL) to support invocation constraints. |
net.jini.jeri.tcp | Provides implementations of the Endpoint and
ServerEndpoint abstractions that use TCP sockets
as the underlying communication mechanism. |
net.jini.security.proxytrust | Defines a trust verifier to support verification of proxies that use dynamically downloaded code, implementation mechanisms to support the verification of such proxies, and an exporter for remote objects that have such proxies. |
Uses of TrustEquivalence in net.jini.activation |
---|
Classes in net.jini.activation that implement TrustEquivalence | |
---|---|
class |
ActivatableInvocationHandler
An invocation handler for activatable remote objects. |
Uses of TrustEquivalence in net.jini.jeri |
---|
Classes in net.jini.jeri that implement TrustEquivalence | |
---|---|
class |
BasicInvocationHandler
A basic implementation of the InvocationHandler interface. |
class |
BasicObjectEndpoint
References a remote object with an Endpoint for
sending requests to the object and a Uuid to identify
the object at that Endpoint . |
Uses of TrustEquivalence in net.jini.jeri.http |
---|
Classes in net.jini.jeri.http that implement TrustEquivalence | |
---|---|
class |
HttpEndpoint
An implementation of the Endpoint abstraction that uses HTTP
messages sent over TCP sockets (instances of Socket ) for the
underlying communication mechanism. |
Uses of TrustEquivalence in net.jini.jeri.kerberos |
---|
Classes in net.jini.jeri.kerberos that implement TrustEquivalence | |
---|---|
class |
KerberosEndpoint
An Endpoint implementation that uses Kerberos as the
underlying network security protocol to support security related
invocation constraints its caller specified for the corresponding
remote request. |
Uses of TrustEquivalence in net.jini.jeri.ssl |
---|
Classes in net.jini.jeri.ssl that implement TrustEquivalence | |
---|---|
class |
HttpsEndpoint
An implementation of Endpoint that uses HTTPS (HTTP over TLS/SSL) to
support invocation constraints for communication through firewalls. |
class |
SslEndpoint
An implementation of Endpoint that uses TLS/SSL to support
invocation constraints for direct communication over TCP sockets. |
Uses of TrustEquivalence in net.jini.jeri.tcp |
---|
Classes in net.jini.jeri.tcp that implement TrustEquivalence | |
---|---|
class |
TcpEndpoint
An implementation of the Endpoint abstraction that uses TCP
sockets (instances of Socket ) for the underlying
communication mechanism. |
Uses of TrustEquivalence in net.jini.security.proxytrust |
---|
Classes in net.jini.security.proxytrust that implement TrustEquivalence | |
---|---|
class |
ProxyTrustInvocationHandler
Invocation handler for remote objects, supporting proxy trust verification by clients using ProxyTrustVerifier . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |