Uses of Interface
net.jini.security.proxytrust.ProxyTrustIterator

Packages that use ProxyTrustIterator
com.sun.jini.fiddler Provides the server side of an implementation of the lookup discovery service (see LookupDiscoveryService). 
com.sun.jini.landlord This is a utility for services implementing leases. 
com.sun.jini.mahalo Provides implementations of the TransactionManager service. 
com.sun.jini.mercury Provides implementations of the EventMailbox service. 
com.sun.jini.norm Provides implementations of LeaseRenewalService
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.reggie Provides implementations of ServiceRegistrar
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.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 ProxyTrustIterator in com.sun.jini.fiddler
 

Methods in com.sun.jini.fiddler that return ProxyTrustIterator
private  ProxyTrustIterator FiddlerLease.ConstrainableFiddlerLease.getProxyTrustIterator()
          Returns a proxy trust iterator that is used in ProxyTrustVerifier to retrieve this object's trust verifier.
private  ProxyTrustIterator FiddlerProxy.ConstrainableFiddlerProxy.getProxyTrustIterator()
          Returns a proxy trust iterator that is used in ProxyTrustVerifier to retrieve this object's trust verifier.
private  ProxyTrustIterator FiddlerRegistration.ConstrainableFiddlerRegistration.getProxyTrustIterator()
          Returns a proxy trust iterator that is used in ProxyTrustVerifier to retrieve this object's trust verifier.
private  ProxyTrustIterator FiddlerAdminProxy.ConstrainableFiddlerAdminProxy.getProxyTrustIterator()
          Returns a proxy trust iterator that is used in ProxyTrustVerifier to retrieve this object's trust verifier.
 

Uses of ProxyTrustIterator in com.sun.jini.landlord
 

Methods in com.sun.jini.landlord that return ProxyTrustIterator
private  ProxyTrustIterator ConstrainableLandlordLease.getProxyTrustIterator()
          Returns a proxy trust iterator that is used in ProxyTrustVerifier to retrieve this object's trust verifier.
 

Uses of ProxyTrustIterator in com.sun.jini.mahalo
 

Methods in com.sun.jini.mahalo that return ProxyTrustIterator
private  ProxyTrustIterator TxnMgrAdminProxy.ConstrainableTxnMgrAdminProxy.getProxyTrustIterator()
          Returns a proxy trust iterator that is used in ProxyTrustVerifier to retrieve this object's trust verifier.
private  ProxyTrustIterator TxnMgrProxy.ConstrainableTxnMgrProxy.getProxyTrustIterator()
          Returns a proxy trust iterator that is used in ProxyTrustVerifier to retrieve this object's trust verifier.
 

Uses of ProxyTrustIterator in com.sun.jini.mercury
 

Methods in com.sun.jini.mercury that return ProxyTrustIterator
private  ProxyTrustIterator MailboxAdminProxy.ConstrainableMailboxAdminProxy.getProxyTrustIterator()
          Returns a proxy trust iterator that is used in ProxyTrustVerifier to retrieve this object's trust verifier.
private  ProxyTrustIterator ListenerProxy.ConstrainableListenerProxy.getProxyTrustIterator()
          Returns a proxy trust iterator that is used in ProxyTrustVerifier to retrieve this object's trust verifier.
private  ProxyTrustIterator MailboxProxy.ConstrainableMailboxProxy.getProxyTrustIterator()
          Returns a proxy trust iterator that is used in ProxyTrustVerifier to retrieve this object's trust verifier.
private  ProxyTrustIterator Registration.ConstrainableRegistration.getProxyTrustIterator()
          Returns a proxy trust iterator that is used in ProxyTrustVerifier to retrieve this object's trust verifier.
 

Uses of ProxyTrustIterator in com.sun.jini.norm
 

Methods in com.sun.jini.norm that return ProxyTrustIterator
private  ProxyTrustIterator AdminProxy.ConstrainableAdminProxy.getProxyTrustIterator()
          Returns a proxy trust iterator that yields this object's server.
private  ProxyTrustIterator NormProxy.ConstrainableNormProxy.getProxyTrustIterator()
          Returns a proxy trust iterator that yields this object's server.
private  ProxyTrustIterator SetProxy.ConstrainableSetProxy.getProxyTrustIterator()
          Returns a proxy trust iterator that supplies the server, for use by ProxyTrustVerifier.
 

Uses of ProxyTrustIterator in com.sun.jini.outrigger
 

Methods in com.sun.jini.outrigger that return ProxyTrustIterator
private  ProxyTrustIterator ConstrainableParticipantProxy.getProxyTrustIterator()
          Returns a proxy trust iterator that is used in ProxyTrustVerifier to retrieve this object's trust verifier.
private  ProxyTrustIterator ConstrainableSpaceProxy2.getProxyTrustIterator()
          Returns a proxy trust iterator that is used in ProxyTrustVerifier to retrieve this object's trust verifier.
private  ProxyTrustIterator ConstrainableAdminProxy.getProxyTrustIterator()
          Returns a proxy trust iterator that is used in ProxyTrustVerifier to retrieve this object's trust verifier.
 

Uses of ProxyTrustIterator in com.sun.jini.phoenix
 

Methods in com.sun.jini.phoenix that return ProxyTrustIterator
private  ProxyTrustIterator ConstrainableAID.getProxyTrustIterator()
          Returns an iterator that yields the activator.
 

Uses of ProxyTrustIterator in com.sun.jini.reggie
 

Methods in com.sun.jini.reggie that return ProxyTrustIterator
private  ProxyTrustIterator ConstrainableRegistration.getProxyTrustIterator()
          Returns iterator used by ProxyTrustVerifier to retrieve a trust verifier for this object.
private  ProxyTrustIterator ConstrainableRegistrarProxy.getProxyTrustIterator()
          Returns iterator used by ProxyTrustVerifier to retrieve a trust verifier for this object.
private  ProxyTrustIterator ConstrainableAdminProxy.getProxyTrustIterator()
          Returns iterator used by ProxyTrustVerifier to retrieve a trust verifier for this object.
private  ProxyTrustIterator ConstrainableServiceLease.getProxyTrustIterator()
          Returns iterator used by ProxyTrustVerifier to retrieve a trust verifier for this object.
private  ProxyTrustIterator ConstrainableEventLease.getProxyTrustIterator()
          Returns iterator used by ProxyTrustVerifier to retrieve a trust verifier for this object.
 

Uses of ProxyTrustIterator in net.jini.activation
 

Methods in net.jini.activation that return ProxyTrustIterator
protected  ProxyTrustIterator ActivatableInvocationHandler.getProxyTrustIterator()
          Returns a proxy trust iterator for an activatable object that is suitable for use by ProxyTrustVerifier.
 

Uses of ProxyTrustIterator in net.jini.security.proxytrust
 

Classes in net.jini.security.proxytrust that implement ProxyTrustIterator
 class SingletonProxyTrustIterator
          A simple ProxyTrustIterator that produces a single object as the only element of the iteration.
 

Methods in net.jini.security.proxytrust that return ProxyTrustIterator
protected  ProxyTrustIterator ProxyTrustInvocationHandler.getProxyTrustIterator()
          Returns an iterator that produces the bootstrap proxy as the only element of the iteration.
 

Methods in net.jini.security.proxytrust with parameters of type ProxyTrustIterator
private static boolean ProxyTrustVerifier.restrictedHasNext(ProxyTrustIterator iter, SecurityContext rsc)
          Calls iter.hasNext() in context of acc.
private static Object ProxyTrustVerifier.restrictedNext(ProxyTrustIterator iter, SecurityContext rsc)
          Calls iter.next() in context of rsc.
private static void ProxyTrustVerifier.restrictedSetException(ProxyTrustIterator iter, RemoteException e, SecurityContext rsc)
          Calls iter.setException(e) in context of rsc.
 



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