Local adapter for the JCR-RMI RemoteAccessControlList
interface. This class makes a remote
AccessControlList locally available using the JCR AccessControlList
interface.
@Deprecated public class ClientAccessControlList extends ClientAccessControlPolicy implements AccessControlList
AccessControlList
,
RemoteAccessControlList
Constructor and Description |
---|
ClientAccessControlList(RemoteAccessControlList racl,
LocalAdapterFactory factory)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
addAccessControlEntry(Principal principal,
Privilege[] privileges)
Deprecated.
|
AccessControlEntry[] |
getAccessControlEntries()
Deprecated.
|
void |
removeAccessControlEntry(AccessControlEntry ace)
Deprecated.
|
getFactory, getItem, getNode, getNodeTypeArray
public ClientAccessControlList(RemoteAccessControlList racl, LocalAdapterFactory factory)
public boolean addAccessControlEntry(Principal principal, Privilege[] privileges) throws UnsupportedRepositoryOperationException
addAccessControlEntry
in interface AccessControlList
UnsupportedRepositoryOperationException
- This method is not
implemented yetpublic AccessControlEntry[] getAccessControlEntries() throws RepositoryException
getAccessControlEntries
in interface AccessControlList
RepositoryException
public void removeAccessControlEntry(AccessControlEntry ace) throws UnsupportedRepositoryOperationException
removeAccessControlEntry
in interface AccessControlList
UnsupportedRepositoryOperationException
- This method is not
implemented yetCopyright © 2004–2024 The Apache Software Foundation. All rights reserved.