ProxyTrustVerifier
obtains from it a bootstrap proxy (which must be an instance of both ProxyTrust
and {@link net.jini.core.constraint.RemoteMethodControl}), and after verifying that the bootstrap proxy (or a derivative) is trusted by the client, calls the getProxyVerifier
method of the bootstrap proxy (or derivative) to obtain a verifier, and then uses that verifier to determine if the original service proxy can be trusted. Other trust verifiers may also make use of ProxyTrust
.
@author Sun Microsystems, Inc.
@since 2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|