Package | Description |
---|---|
com.sun.jini.discovery | |
com.sun.jini.landlord |
This is a utility for services implementing leases.
|
com.sun.jini.proxy | |
net.jini.constraint | |
net.jini.discovery |
These are utility classes and interfaces that conform to the discovery and join
protocol defined in the Jini(TM) Discovery and Join Specification.
|
net.jini.security | |
net.jini.security.proxytrust |
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. |
Modifier and Type | Method and Description |
---|---|
boolean |
LandlordProxyVerifier.isTrustedObject(Object obj,
TrustVerifier.Context ctx)
Returns
true if the specified proxy object (that is not yet known to be trusted)
is equivalent in trust, content, and function to the canonical server reference this object
was constructed with; otherwise returns false . |
Modifier and Type | Method and Description |
---|---|
boolean |
BasicProxyTrustVerifier.isTrustedObject(Object obj,
TrustVerifier.Context ctx)
Verifies trust in a proxy.
|
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)
Returns
true if the specified object is known to be trusted to correctly
implement its contract; returns false otherwise. |
Copyright © GigaSpaces.