public class ServerAccessControlList extends ServerAccessControlPolicy implements RemoteAccessControlList
ref
Constructor and Description |
---|
ServerAccessControlList(javax.jcr.security.AccessControlList acl,
RemoteAdapterFactory factory) |
Modifier and Type | Method and Description |
---|---|
boolean |
addAccessControlEntry(RemotePrincipal principal,
RemotePrivilege[] privileges) |
RemoteAccessControlEntry[] |
getAccessControlEntries() |
void |
removeAccessControlEntry(RemoteAccessControlEntry ace) |
getFactory, getRemoteItem, getRemoteNode, getRemoteNodeTypeArray, getRepositoryException, getSerialValue, getSerialValues
clone, exportObject, exportObject, exportObject, unexportObject
getClientHost, getLog, setLog
public ServerAccessControlList(javax.jcr.security.AccessControlList acl, RemoteAdapterFactory factory) throws RemoteException
RemoteException
public RemoteAccessControlEntry[] getAccessControlEntries() throws javax.jcr.RepositoryException, RemoteException
getAccessControlEntries
in interface RemoteAccessControlList
javax.jcr.RepositoryException
RemoteException
AccessControlList.getAccessControlEntries()
public boolean addAccessControlEntry(RemotePrincipal principal, RemotePrivilege[] privileges) throws javax.jcr.RepositoryException
javax.jcr.RepositoryException
public void removeAccessControlEntry(RemoteAccessControlEntry ace) throws javax.jcr.RepositoryException
javax.jcr.RepositoryException
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.