Package | Description |
---|---|
com.sun.jini.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.
|
com.sun.jini.example.browser |
A visualization tool for exploring Jini Network Technology
communities (djinns) with support for ServiceUI.
|
com.sun.jini.fiddler |
Provides the server side of an implementation of the lookup discovery service
(see
). |
com.sun.jini.landlord |
This is a utility for services implementing leases.
|
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.proxy | |
com.sun.jini.reggie |
Provides implementations of
ServiceRegistrar . |
com.sun.jini.start |
Provides the utilities and APIs used to launch the contributed services
provided in the Apache River release.
|
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.lookup |
Standard utility classes for managing the join state of a service
and the service discovery duties of a client or service.
|
net.jini.security |
Provides mechanisms and abstractions for managing security, especially in the
presence of dynamically downloaded code.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
DiscoveryConstraintTrustVerifier
Trust verifier for instances of the constraint classes defined in the
com.sun.jini.discovery package. |
Modifier and Type | Method and Description |
---|---|
TrustVerifier |
ServiceEditor.NotifyReceiver.getProxyVerifier() |
TrustVerifier |
Browser.Listener.getProxyVerifier() |
Modifier and Type | Class and Description |
---|---|
(package private) class |
ProxyVerifier
This class defines a trust verifier for the proxies related to the
Fiddler implementation of the lookup discovery service.
|
Modifier and Type | Method and Description |
---|---|
TrustVerifier |
FiddlerImpl.getProxyVerifier()
Returns a
TrustVerifier specific to this service which
can be used to verify that a given proxy to this service can be
trusted. |
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 |
TxnManagerImpl.getProxyVerifier() |
Modifier and Type | Method and Description |
---|---|
TrustVerifier |
MailboxImpl.getProxyVerifier() |
Modifier and Type | Method and Description |
---|---|
TrustVerifier |
NormServerBaseImpl.getProxyVerifier() |
Modifier and Type | Method and Description |
---|---|
TrustVerifier |
OutriggerServerWrapper.getProxyVerifier() |
TrustVerifier |
OutriggerServerImpl.getProxyVerifier() |
Modifier and Type | Class and Description |
---|---|
(package private) static class |
ConstrainableAID.Verifier
A
ProxyTrust trust verifier for
ConstrainableAID instances. |
Modifier and Type | Method and Description |
---|---|
TrustVerifier |
ActivationGroupImpl.getProxyVerifier() |
TrustVerifier |
Activation.ActivatorImpl.getProxyVerifier() |
TrustVerifier |
Activation.MonitorImpl.getProxyVerifier() |
TrustVerifier |
Activation.SystemImpl.getProxyVerifier() |
Modifier and Type | Class and Description |
---|---|
class |
BasicProxyTrustVerifier
A basic trust verifier for proxies.
|
Modifier and Type | Method and Description |
---|---|
TrustVerifier |
RegistrarImpl.getProxyVerifier() |
Modifier and Type | Method and Description |
---|---|
TrustVerifier |
SharedGroupImpl.getProxyVerifier() |
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 | Method and Description |
---|---|
TrustVerifier |
ServiceDiscoveryManager.LookupCacheImpl.LookupListener.getProxyVerifier()
Returns a
TrustVerifier which can be used to
verify that a given proxy to this listener can be trusted. |
Modifier and Type | Field and Description |
---|---|
private TrustVerifier[] |
Security.Context.verifiers
Trust verifiers.
|
Modifier and Type | Class and Description |
---|---|
class |
ProxyTrustVerifier
Trust verifier for service proxies that use dynamically downloaded code.
|
Modifier and Type | Method and Description |
---|---|
private static TrustVerifier |
ProxyTrustVerifier.getAltVerifier(Object obj,
TrustVerifier.Context ctx,
MethodConstraints mc)
Takes a bootstrap proxy that doesn't have an iterator method
and whose invocation handler doesn't have an iterator method.
|
TrustVerifier |
ServerProxyTrust.getProxyVerifier()
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 |
ProxyTrustExporter.ProxyTrustImpl.getProxyVerifier()
Delegate to the main remote object
|
TrustVerifier |
ProxyTrust.getProxyVerifier()
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. |
private static TrustVerifier |
ProxyTrustVerifier.getVerifier(Object obj,
TrustVerifier.Context ctx,
MethodConstraints mc,
UntrustedObjectSecurityContext uosc)
Recursively tries to obtain a verifier from the remote server.
|
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.