public interface RemotePrivilege
extends java.rmi.Remote
Privilege
interface. Used by the
ServerPrivilege and
ClientPrivilege 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 Privilege method. The remote object will simply forward the method call to the underlying Privilege 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.Privilege,
ClientPrivilege,
ServerPrivilege| Modifier and Type | Method and Description |
|---|---|
RemotePrivilege[] |
getAggregatePrivileges() |
RemotePrivilege[] |
getDeclaredAggregatePrivileges() |
java.lang.String |
getName() |
boolean |
isAbstract() |
boolean |
isAggregate() |
RemotePrivilege[] getAggregatePrivileges() throws java.rmi.RemoteException
java.rmi.RemoteExceptionjavax.jcr.security.Privilege#getAggregatePrivileges()RemotePrivilege[] getDeclaredAggregatePrivileges() throws java.rmi.RemoteException
java.rmi.RemoteExceptionjavax.jcr.security.Privilege#getDeclaredAggregatePrivileges()java.lang.String getName()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionjavax.jcr.security.Privilege#getName()boolean isAbstract()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionjavax.jcr.security.Privilege#isAbstract()boolean isAggregate()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionjavax.jcr.security.Privilege#isAggregate()"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"