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.security |
Provides mechanisms and abstractions for managing security, especially in the
presence of dynamically downloaded code.
|
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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ConstraintTrustVerifier.isTrustedObject(Object obj,
TrustVerifier.Context ctx)
Returns
true if the specified object is known to be
trusted to correctly implement its contract; returns false
otherwise. |
Modifier and Type | Method and Description |
---|---|
boolean |
ConstrainableLookupLocatorTrustVerifier.isTrustedObject(Object obj,
TrustVerifier.Context ctx)
Returns
true if the specified object is a trusted
ConstrainableLookupLocator instance; returns
false otherwise. |
Modifier and Type | Method and Description |
---|---|
boolean |
TrustVerifier.isTrustedObject(Object obj,
TrustVerifier.Context ctx)
Returns
true if the specified object is known to be
trusted to correctly implement its contract; returns false
otherwise. |
Modifier and Type | Method and Description |
---|---|
boolean |
ProxyTrustVerifier.isTrustedObject(Object obj,
TrustVerifier.Context ctx)
Deprecated.
Returns
true if the specified object is known to be
trusted to correctly implement its contract; returns false
otherwise. |
Modifier and Type | Method and Description |
---|---|
boolean |
DiscoveryConstraintTrustVerifier.isTrustedObject(Object obj,
TrustVerifier.Context ctx)
Returns
true if the specified object is known to be trusted
to correctly implement its contract; returns false
otherwise. |
Copyright © 2016–2018 The Apache Software Foundation. All rights reserved.