Uses of Package
net.jini.security.proxytrust

Packages that use net.jini.security.proxytrust
com.sun.jini.outrigger This is an implementation of a JavaSpaces technology-enabled service. 
com.sun.jini.phoenix A configurable Java(TM) Remote Method Invocation (Java RMI) activation system daemon implementation. 
com.sun.jini.start Provides the utilities and APIs used to launch the contributed services provided in the Apache River release. 
net.jini.activation Extensions to the Java(TM) Remote Method Invocation (Java RMI) activation framework to support activatable objects that are exported using an Exporter to go inactive, to provide invocation handlers for exporters that want to use dynamic proxies for activatable remote objects, and to support trust verification of secure activatable dynamic proxies and secure activation identifiers. 
net.jini.jeri Provides the fundamental abstractions and standard implementation classes for Jini extensible remote invocation (Jini ERI). 
net.jini.jeri.http Provides implementations of the Endpoint and ServerEndpoint abstractions that use HTTP messages sent over TCP sockets as the underlying communication mechanism. 
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.jeri.tcp Provides implementations of the Endpoint and ServerEndpoint abstractions that use TCP sockets as the underlying communication mechanism. 
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. 
 

Classes in net.jini.security.proxytrust used by com.sun.jini.outrigger
ServerProxyTrust
          Defines a local interface to obtain a proxy trust verifier.
 

Classes in net.jini.security.proxytrust used by com.sun.jini.phoenix
ServerProxyTrust
          Defines a local interface to obtain a proxy trust verifier.
 

Classes in net.jini.security.proxytrust used by com.sun.jini.start
ServerProxyTrust
          Defines a local interface to obtain a proxy trust verifier.
 

Classes in net.jini.security.proxytrust used by net.jini.activation
ProxyTrustIterator
          Defines an iterator that produces objects from which a TrustVerifier might be obtained.
TrustEquivalence
          Defines an interface for checking that an object (that is not yet known to be trusted) is equivalent in trust, content, and function to a known trusted object.
 

Classes in net.jini.security.proxytrust used by net.jini.jeri
TrustEquivalence
          Defines an interface for checking that an object (that is not yet known to be trusted) is equivalent in trust, content, and function to a known trusted object.
 

Classes in net.jini.security.proxytrust used by net.jini.jeri.http
TrustEquivalence
          Defines an interface for checking that an object (that is not yet known to be trusted) is equivalent in trust, content, and function to a known trusted object.
 

Classes in net.jini.security.proxytrust used by net.jini.jeri.kerberos
TrustEquivalence
          Defines an interface for checking that an object (that is not yet known to be trusted) is equivalent in trust, content, and function to a known trusted object.
 

Classes in net.jini.security.proxytrust used by net.jini.jeri.ssl
TrustEquivalence
          Defines an interface for checking that an object (that is not yet known to be trusted) is equivalent in trust, content, and function to a known trusted object.
 

Classes in net.jini.security.proxytrust used by net.jini.jeri.tcp
TrustEquivalence
          Defines an interface for checking that an object (that is not yet known to be trusted) is equivalent in trust, content, and function to a known trusted object.
 

Classes in net.jini.security.proxytrust used by net.jini.security.proxytrust
ProxyTrust
          Defines a remote interface for obtaining a proxy trust verifier.
ProxyTrustIterator
          Defines an iterator that produces objects from which a TrustVerifier might be obtained.
TrustEquivalence
          Defines an interface for checking that an object (that is not yet known to be trusted) is equivalent in trust, content, and function to a known trusted object.
UntrustedObjectSecurityContext
          A trust verifier context element that provides a security context to use to restrict privileges when invoking methods on untrusted objects.
 



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