Package | Description |
---|---|
net.jini.constraint |
Provides a basic implementation of
MethodConstraints and a
TrustVerifier for common constraints. |
net.jini.core.constraint |
Defines constraints and collections of constraints that can be used to control
method invocation, and an interface that proxies implement to allow clients
to specify constraints for remote method calls.
|
net.jini.core.discovery |
A standard utility class for finding particular lookup services.
|
net.jini.jeri |
Provides the fundamental abstractions and standard implementation
classes for Jini extensible remote invocation (Jini ERI).
|
net.jini.jeri.connection |
Provides interfaces and classes for implementing connection-based
Jini extensible remote invocation (Jini ERI) transport layer
providers.
|
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 |
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.
|
Class and Description |
---|
InvocationConstraints
An immutable aggregation of constraints into a set of requirements and a
set of preferences.
|
MethodConstraints
Defines an immutable mapping from
Method to
InvocationConstraints , used to specify per-method constraints. |
Class and Description |
---|
ClientAuthentication
Represents a constraint on authentication of the client to the server.
|
Confidentiality
Represents a constraint on the confidentiality of message contents.
|
Delegation
Represents a constraint on delegation from the client to the server.
|
Integrity
Represents a constraint on the integrity of message contents, covering not
only data transmitted in band as part of the remote call itself, but also
out-of-band downloaded code.
|
InvocationConstraint
The marker interface used to identify constraints for method invocations.
|
InvocationConstraints
An immutable aggregation of constraints into a set of requirements and a
set of preferences.
|
MethodConstraints
Defines an immutable mapping from
Method to
InvocationConstraints , used to specify per-method constraints. |
RelativeTimeConstraint
Implemented by constraints that are expressed in terms of relative time,
to support conversion to absolute time constraints.
|
RemoteMethodControl
Defines an interface to proxies for setting constraints to control remote
method calls.
|
ServerAuthentication
Represents a constraint on authentication of the server to the client.
|
Class and Description |
---|
InvocationConstraints
An immutable aggregation of constraints into a set of requirements and a
set of preferences.
|
Class and Description |
---|
InvocationConstraints
An immutable aggregation of constraints into a set of requirements and a
set of preferences.
|
MethodConstraints
Defines an immutable mapping from
Method to
InvocationConstraints , used to specify per-method constraints. |
Class and Description |
---|
InvocationConstraints
An immutable aggregation of constraints into a set of requirements and a
set of preferences.
|
Class and Description |
---|
InvocationConstraints
An immutable aggregation of constraints into a set of requirements and a
set of preferences.
|
Class and Description |
---|
InvocationConstraints
An immutable aggregation of constraints into a set of requirements and a
set of preferences.
|
Class and Description |
---|
InvocationConstraint
The marker interface used to identify constraints for method invocations.
|
InvocationConstraints
An immutable aggregation of constraints into a set of requirements and a
set of preferences.
|
Class and Description |
---|
InvocationConstraints
An immutable aggregation of constraints into a set of requirements and a
set of preferences.
|
Class and Description |
---|
MethodConstraints
Defines an immutable mapping from
Method to
InvocationConstraints , used to specify per-method constraints. |
Class and Description |
---|
RemoteMethodControl
Defines an interface to proxies for setting constraints to control remote
method calls.
|