Uses of Interface
net.jini.security.TrustVerifier

Packages that use TrustVerifier
net.jini.constraint Provides a basic implementation of MethodConstraints and a TrustVerifier for common constraints.  
net.jini.jeri Provides the fundamental abstractions and standard implementation classes for Jini extensible remote invocation (Jini ERI).  
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.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 in net.jini.constraint
 

Classes in net.jini.constraint that implement TrustVerifier
 class ConstraintTrustVerifier
          Trust verifier for instances of the constraint classes defined in the net.jini.core.constraint package, and for the BasicMethodConstraints, X500Principal and KerberosPrincipal classes.
 

Uses of TrustVerifier in net.jini.jeri
 

Classes in net.jini.jeri that implement TrustVerifier
 class BasicJeriTrustVerifier
          Trust verifier for dynamic proxies and object endpoints used in Jini extensible remote invocation (Jini ERI).
 

Uses of TrustVerifier in net.jini.jeri.kerberos
 

Classes in net.jini.jeri.kerberos that implement TrustVerifier
 class KerberosTrustVerifier
          Trust verifier for verifying the Jini extensible remote invocation (Jini ERI) endpoints of type KerberosEndpoint, and principals of type KerberosPrincipal.
 

Uses of TrustVerifier in net.jini.jeri.ssl
 

Classes in net.jini.jeri.ssl that implement TrustVerifier
 class SslTrustVerifier
          Trust verifier for the SslEndpoint, HttpsEndpoint, and ConfidentialityStrength classes.
 

Uses of TrustVerifier in net.jini.security.proxytrust
 

Classes in net.jini.security.proxytrust that implement TrustVerifier
 class ProxyTrustVerifier
          Trust verifier for service proxies that use dynamically downloaded code.
 

Methods in net.jini.security.proxytrust that return TrustVerifier
 TrustVerifier ProxyTrust.getProxyVerifier()
          Returns a TrustVerifier which can be used to verify that a proxy can be trusted as a proxy for the service; that is, the isTrustedObject method of the returned verifier can be called with a candidate proxy.
 TrustVerifier ServerProxyTrust.getProxyVerifier()
          Returns a TrustVerifier that can be used to verify that a proxy can be trusted as a proxy for the service; that is, the isTrustedObject method of the returned verifier can be called with a candidate proxy.
 



Copyright 2007, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.