public interface RemoteAccessControlEntry
extends java.rmi.Remote
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.
javax.jcr.security.AccessControlEntry,
ClientAccessControlEntry,
ServerAccessControlEntry| Modifier and Type | Method and Description |
|---|---|
RemotePrincipal |
getPrincipal() |
RemotePrivilege[] |
getPrivileges() |
RemotePrincipal getPrincipal() throws java.rmi.RemoteException
java.rmi.RemoteExceptionjavax.jcr.security.AccessControlEntry#getPrincipal()RemotePrivilege[] getPrivileges() throws java.rmi.RemoteException
java.rmi.RemoteExceptionjavax.jcr.security.AccessControlEntry#getPrivileges()"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"