Uses of Interface
net.jini.security.TrustVerifier.Context
Packages that use TrustVerifier.Context
Package
Description
This is a utility for services implementing leases.
These are utility classes and interfaces that conform to the discovery and join
protocol defined in the Jini(TM) Discovery and Join Specification.
-
Uses of TrustVerifier.Context in com.sun.jini.discovery
Methods in com.sun.jini.discovery with parameters of type TrustVerifier.ContextModifier and TypeMethodDescriptionbooleanDiscoveryConstraintTrustVerifier.isTrustedObject(Object obj, TrustVerifier.Context ctx) Returnstrueif the specified object is known to be trusted to correctly implement its contract; returnsfalseotherwise. -
Uses of TrustVerifier.Context in com.sun.jini.landlord
Methods in com.sun.jini.landlord with parameters of type TrustVerifier.ContextModifier and TypeMethodDescriptionbooleanLandlordProxyVerifier.isTrustedObject(Object obj, TrustVerifier.Context ctx) Returnstrueif 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 returnsfalse. -
Uses of TrustVerifier.Context in com.sun.jini.proxy
Methods in com.sun.jini.proxy with parameters of type TrustVerifier.ContextModifier and TypeMethodDescriptionbooleanBasicProxyTrustVerifier.isTrustedObject(Object obj, TrustVerifier.Context ctx) Verifies trust in a proxy. -
Uses of TrustVerifier.Context in net.jini.constraint
Methods in net.jini.constraint with parameters of type TrustVerifier.ContextModifier and TypeMethodDescriptionbooleanConstraintTrustVerifier.isTrustedObject(Object obj, TrustVerifier.Context ctx) Returnstrueif the specified object is known to be trusted to correctly implement its contract; returnsfalseotherwise. -
Uses of TrustVerifier.Context in net.jini.discovery
Methods in net.jini.discovery with parameters of type TrustVerifier.ContextModifier and TypeMethodDescriptionbooleanConstrainableLookupLocatorTrustVerifier.isTrustedObject(Object obj, TrustVerifier.Context ctx) Returnstrueif the specified object is a trustedConstrainableLookupLocatorinstance; returnsfalseotherwise. -
Uses of TrustVerifier.Context in net.jini.security
Methods in net.jini.security with parameters of type TrustVerifier.ContextModifier and TypeMethodDescriptionbooleanTrustVerifier.isTrustedObject(Object obj, TrustVerifier.Context ctx) Returnstrueif the specified object is known to be trusted to correctly implement its contract; returnsfalseotherwise. -
Uses of TrustVerifier.Context in net.jini.security.proxytrust
Methods in net.jini.security.proxytrust with parameters of type TrustVerifier.ContextModifier and TypeMethodDescriptionbooleanProxyTrustVerifier.isTrustedObject(Object obj, TrustVerifier.Context ctx) Returnstrueif the specified object is known to be trusted to correctly implement its contract; returnsfalseotherwise.