org.apache.jackrabbit.rmi.remote.security
Interface RemoteAccessControlPolicy

All Superinterfaces:
Remote
All Known Subinterfaces:
RemoteAccessControlList
All Known Implementing Classes:
ServerAccessControlList, ServerAccessControlPolicy

public interface RemoteAccessControlPolicy
extends Remote

Remote version of the JCR AccessControlPolicy interface. Used by the ServerAccessControlPolicy and ClientAccessControlPolicy adapter base classes to provide transparent RMI access to remote item definitions.

The methods in this interface are documented only with a reference to a corresponding AccessControlPolicy method. The remote object will simply forward the method call to the underlying AccessControlPolicy instance. Argument and return values, as well as possible exceptions, are copied over the network. Complex return values are returned as remote references to the corresponding remote interface. RMI errors are signaled with RemoteExceptions.

See Also:
AccessControlPolicy, ClientAccessControlPolicy, ServerAccessControlPolicy



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.