Package | Description |
---|---|
net.jini.constraint |
Provides a basic implementation of
MethodConstraints and a
TrustVerifier for common constraints. |
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 |
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 |
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 |
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
Trust verifier for service proxies that use dynamically downloaded code.
|
Modifier and Type | Method and Description |
---|---|
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 |
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. |