net.jini.security.proxytrust
Class ProxyTrustExporter.ProxyTrustImpl

java.lang.Object
  extended by net.jini.security.proxytrust.ProxyTrustExporter.ProxyTrustImpl
All Implemented Interfaces:
Remote, ProxyTrust
Enclosing class:
ProxyTrustExporter

private static class ProxyTrustExporter.ProxyTrustImpl
extends Object
implements ProxyTrust

ProxyTrust impl class


Field Summary
private  Reference ref
          Weak reference to the main remote object
 
Constructor Summary
ProxyTrustExporter.ProxyTrustImpl(Reference ref)
           
 
Method Summary
 TrustVerifier getProxyVerifier()
          Delegate to the main remote object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ref

private final Reference ref
Weak reference to the main remote object

Constructor Detail

ProxyTrustExporter.ProxyTrustImpl

ProxyTrustExporter.ProxyTrustImpl(Reference ref)
Method Detail

getProxyVerifier

public TrustVerifier getProxyVerifier()
                               throws RemoteException
Delegate to the main remote object

Specified by:
getProxyVerifier in interface ProxyTrust
Returns:
a TrustVerifier which can be used to verify that a proxy can be trusted as a proxy for the service
Throws:
RemoteException - if a communication-related exception occurs


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