Package | Description |
---|---|
net.jini.constraint |
Provides a basic implementation of
MethodConstraints and a
TrustVerifier for common constraints. |
net.jini.discovery |
These are utility classes and interfaces that conform to the discovery and join
protocol defined in the Jini Discovery and Join Specification.
|
net.jini.jeri |
Provides the fundamental abstractions and standard implementation
classes for Jini extensible remote invocation (Jini ERI).
|
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.security.proxytrust |
Historically, proxy trust relied on the Java sandbox, however with the
plethora of security problems relating to serialization.
|
org.apache.river.discovery |
Provides a set of constraints, low-level utility classes, and provider
interfaces for participating in versions 1 and 2 of the multicast request,
multicast announcement, and unicast discovery protocols.
|
org.apache.river.landlord |
This is a utility for services implementing leases.
|
org.apache.river.outrigger |
This is an implementation of a JavaSpaces technology-enabled service.
|
org.apache.river.proxy | |
org.apache.river.start |
Provides the utilities and APIs used to launch the contributed services
provided in the River-Internet release.
|
Modifier and Type | Class and Description |
---|---|
class |
ConstraintTrustVerifier
Trust verifier for instances of the constraint classes defined in the
net.jini.core.constraint package, and for the
BasicMethodConstraints , X500Principal and
KerberosPrincipal classes. |
Modifier and Type | Class and Description |
---|---|
class |
ConstrainableLookupLocatorTrustVerifier
Trust verifier for
ConstrainableLookupLocator instances. |
Modifier and Type | Class and Description |
---|---|
class |
BasicJeriTrustVerifier
Trust verifier for dynamic proxies and object endpoints used in Jini
extensible remote invocation (Jini ERI).
|
Modifier and Type | Class and Description |
---|---|
class |
KerberosTrustVerifier
Trust verifier for verifying the Jini extensible remote
invocation (Jini ERI) endpoints of type
KerberosEndpoint ,
and principals of type KerberosPrincipal . |
Modifier and Type | Class and Description |
---|---|
class |
SslTrustVerifier
|
Modifier and Type | Class and Description |
---|---|
class |
ProxyTrustVerifier
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
TrustVerifier |
ServerProxyTrust.getProxyVerifier()
Deprecated.
Returns a
TrustVerifier that can be used to verify that
a proxy can be trusted as a proxy for the service; that is, the
isTrustedObject method of the
returned verifier can be called with a candidate proxy. |
TrustVerifier |
ProxyTrust.getProxyVerifier()
Deprecated.
Returns a
TrustVerifier which can be used to verify that
a proxy can be trusted as a proxy for the service; that is, the
isTrustedObject method of the
returned verifier can be called with a candidate proxy. |
Modifier and Type | Class and Description |
---|---|
class |
DiscoveryConstraintTrustVerifier
Trust verifier for instances of the constraint classes defined in the
org.apache.river.discovery package. |
Modifier and Type | Class and Description |
---|---|
class |
LandlordProxyVerifier
This class defines a trust verifier for the proxies defined
in the landlord package.
|
Modifier and Type | Method and Description |
---|---|
TrustVerifier |
LeaseFactory.getVerifier()
Return a
TrustVerifier that will verify the
proxies produced by this factory. |
Modifier and Type | Method and Description |
---|---|
TrustVerifier |
OutriggerServerImpl.getProxyVerifier() |
Modifier and Type | Class and Description |
---|---|
class |
BasicProxyTrustVerifier
A basic trust verifier for proxies.
|
Modifier and Type | Method and Description |
---|---|
TrustVerifier |
SharedGroupImpl.getProxyVerifier() |
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.