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

All Superinterfaces:
Remote
All Known Implementing Classes:
ServerAccessControlEntry

public interface RemoteAccessControlEntry
extends Remote

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

Method Summary
 RemotePrincipal getPrincipal()
           
 RemotePrivilege[] getPrivileges()
           
 

Method Detail

getPrincipal

RemotePrincipal getPrincipal()
                             throws RemoteException
Throws:
RemoteException
See Also:
AccessControlEntry.getPrincipal()

getPrivileges

RemotePrivilege[] getPrivileges()
                                throws RemoteException
Throws:
RemoteException
See Also:
AccessControlEntry.getPrivileges()


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