public interface RemoteAccessControlManager
extends java.rmi.Remote
AccessControlManager interface. Used by the
ServerAccessControlManager and
ClientAccessControlManager 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 AccessControlManager method. The remote object will simply forward the method call to the underlying AccessControlManager 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.AccessControlManager,
ClientAccessControlManager,
ServerAccessControlManager| Modifier and Type | Method and Description |
|---|---|
RemoteIterator |
getApplicablePolicies(java.lang.String absPath) |
RemoteAccessControlPolicy[] |
getEffectivePolicies(java.lang.String absPath) |
RemoteAccessControlPolicy[] |
getPolicies(java.lang.String absPath) |
RemotePrivilege[] |
getPrivileges(java.lang.String absPath) |
RemotePrivilege[] |
getSupportedPrivileges(java.lang.String absPath) |
boolean |
hasPrivileges(java.lang.String absPath,
java.lang.String[] privileges) |
RemotePrivilege |
privilegeFromName(java.lang.String privilegeName) |
RemoteIterator getApplicablePolicies(java.lang.String absPath) throws RepositoryException, java.rmi.RemoteException
RepositoryExceptionjava.rmi.RemoteExceptionjavax.jcr.security.AccessControlManager#getApplicablePolicies(String)RemoteAccessControlPolicy[] getEffectivePolicies(java.lang.String absPath) throws RepositoryException, java.rmi.RemoteException
RepositoryExceptionjava.rmi.RemoteExceptionjavax.jcr.security.AccessControlManager#getEffectivePolicies(String)RemoteAccessControlPolicy[] getPolicies(java.lang.String absPath) throws RepositoryException, java.rmi.RemoteException
RepositoryExceptionjava.rmi.RemoteExceptionjavax.jcr.security.AccessControlManager#getPolicies(String)RemotePrivilege[] getPrivileges(java.lang.String absPath) throws RepositoryException, java.rmi.RemoteException
RepositoryExceptionjava.rmi.RemoteExceptionjavax.jcr.security.AccessControlManager#getPrivileges(String)RemotePrivilege[] getSupportedPrivileges(java.lang.String absPath) throws RepositoryException, java.rmi.RemoteException
RepositoryExceptionjava.rmi.RemoteExceptionjavax.jcr.security.AccessControlManager#getSupportedPrivileges(String)RemotePrivilege privilegeFromName(java.lang.String privilegeName) throws RepositoryException, java.rmi.RemoteException
RepositoryExceptionjava.rmi.RemoteExceptionjavax.jcr.security.AccessControlManager#privilegeFromName(String)boolean hasPrivileges(java.lang.String absPath,
java.lang.String[] privileges)
throws RepositoryException,
java.rmi.RemoteException
RepositoryExceptionjava.rmi.RemoteExceptionjavax.jcr.security.AccessControlManager#hasPrivileges(String,
javax.jcr.security.Privilege[])"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"