Package java.rmi.server

Interface Summary
ProxyTrust Remote objects that use specialized proxies (proxies that are not secure RMI stubs) must implement this interface to allow clients to verify that the proxy they have is trusted.
ProxyTrust.Verifier Defines the interface to a proxy trust verifier.
RemoteCallControl Defines the interface for performing preinvocation access control for incoming secure RMI calls, and for exercising control over parameter unmarshalling and result marshalling for those calls.
 

Class Summary
BasicCallController A basic remote call controller that allows an incoming secure remote call to proceed if the server did not require client authentication, or if the server did require client authentication and the client subject has been granted permission to call that specific method.
MethodConstraints Specifies the security constraints for a specific remote method.
SecureExportDesc Specifies security information when exporting secure remote objects.
SecureExportFile Allows secure export descriptors to be constructed from configuration files.
SecureRemoteServer Contains common context methods for use by classes that export secure remote objects by using either SecureUnicastRemoteObject or SecureActivatable.
SecureUnicastRemoteObject Exports a secure, non-replicated, remote object which has references that are valid only while the server process is alive.
TrustVerifierData Holds a trust verifier, as well as optional codebase and signer information.
 



Copyright © 2000 Sun Microsystems, Inc. All rights reserved