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

All Superinterfaces:
Remote, RemoteAccessControlPolicy
All Known Implementing Classes:
ServerAccessControlList

public interface RemoteAccessControlList
extends RemoteAccessControlPolicy

Remote version of the JCR AccessControlList interface. Used by the ServerAccessControlList and ClientAccessControlList 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 AccessControlList method. The remote object will simply forward the method call to the underlying AccessControlList 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:
AccessControlList, ClientAccessControlList, ServerAccessControlList

Method Summary
 RemoteAccessControlEntry[] getAccessControlEntries()
           
 

Method Detail

getAccessControlEntries

RemoteAccessControlEntry[] getAccessControlEntries()
                                                   throws RepositoryException,
                                                          RemoteException
Throws:
RepositoryException
RemoteException
See Also:
AccessControlList.getAccessControlEntries()


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