GigaSpaces XAP 8.0 API

Uses of Interface
net.jini.security.TrustVerifier.Context

Packages that use TrustVerifier.Context
com.sun.jini.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. 
com.sun.jini.landlord This is a utility for services implementing leases. 
com.sun.jini.proxy   
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(TM) 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 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. 
 

Uses of TrustVerifier.Context in com.sun.jini.discovery
 

Methods in com.sun.jini.discovery with parameters of type TrustVerifier.Context
 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.
 

Uses of TrustVerifier.Context in com.sun.jini.landlord
 

Methods in com.sun.jini.landlord with parameters of type TrustVerifier.Context
 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.
 

Uses of TrustVerifier.Context in com.sun.jini.proxy
 

Methods in com.sun.jini.proxy with parameters of type TrustVerifier.Context
 boolean BasicProxyTrustVerifier.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.Context
 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.
 

Uses of TrustVerifier.Context in net.jini.discovery
 

Methods in net.jini.discovery with parameters of type TrustVerifier.Context
 boolean ConstrainableLookupLocatorTrustVerifier.isTrustedObject(Object obj, TrustVerifier.Context ctx)
          Returns true if the specified object is a trusted ConstrainableLookupLocator instance; returns false otherwise.
 

Uses of TrustVerifier.Context in net.jini.security
 

Methods in net.jini.security with parameters of type TrustVerifier.Context
 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.
 

Uses of TrustVerifier.Context in net.jini.security.proxytrust
 

Methods in net.jini.security.proxytrust with parameters of type TrustVerifier.Context
 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.
 


GigaSpaces XAP 8.0 API

Copyright © GigaSpaces.