public interface ServerProxyTrust
ProxyTrust.getProxyVerifier
method of a trusted bootstrap proxy will be implemented (on the
server side) by delegating to the corresponding method of this local interface. ProxyTrustExporter
is one example of this form of delegation.Modifier and Type | Method and Description |
---|---|
TrustVerifier |
getProxyVerifier()
Returns a
TrustVerifier that can be used to verify that a proxy can be trusted
as a proxy for the service; that is, the isTrustedObject method of the returned verifier can be called with a candidate proxy. |
TrustVerifier getProxyVerifier() throws RemoteException
TrustVerifier
that can be used to verify that a proxy can be trusted
as a proxy for the service; that is, the isTrustedObject
method of the returned verifier can be called with a candidate proxy. The
verifier should be able to verify all proxies for the service, including proxies for
resources (such as leases and registrations).TrustVerifier
that can be used to verify that a proxy can be trusted
as a proxy for the serviceRemoteException
- if a communication-related exception occursUnsupportedOperationException
- if the server is not configured for trust verificationCopyright © GigaSpaces.