java.rmi.server
Interface ProxyTrust.Verifier

All Known Implementing Classes:
SecureActivationID.Verifier
Enclosing class:
ProxyTrust

public static interface ProxyTrust.Verifier

Defines the interface to a proxy trust verifier.

Since:
1.4

Method Summary
 void verifyProxyTrust(java.lang.Object proxy)
          Verifies trust in a proxy.
 

Method Detail

verifyProxyTrust

public void verifyProxyTrust(java.lang.Object proxy)
Verifies trust in a proxy. Returns normally if the proxy passed as a parameter is trusted by the remote object.
Parameters:
proxy - the proxy to verify
Throws:
NullPointerException - if the proxy is null
java.lang.SecurityException - if the proxy is not trusted


Copyright © 2000 Sun Microsystems, Inc. All rights reserved