org.apache.jackrabbit.rmi.server.security
Class ServerAccessControlList
java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
org.apache.jackrabbit.rmi.server.ServerObject
org.apache.jackrabbit.rmi.server.security.ServerAccessControlPolicy
org.apache.jackrabbit.rmi.server.security.ServerAccessControlList
- All Implemented Interfaces:
- java.io.Serializable, java.rmi.Remote, RemoteAccessControlList, RemoteAccessControlPolicy
public class ServerAccessControlList
- extends ServerAccessControlPolicy
- implements RemoteAccessControlList
- See Also:
- Serialized Form
Fields inherited from class java.rmi.server.RemoteObject |
ref |
Methods inherited from class java.rmi.server.UnicastRemoteObject |
clone, exportObject, exportObject, exportObject, unexportObject |
Methods inherited from class java.rmi.server.RemoteServer |
getClientHost, getLog, setLog |
Methods inherited from class java.rmi.server.RemoteObject |
equals, getRef, hashCode, toString, toStub |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
ServerAccessControlList
public ServerAccessControlList(javax.jcr.security.AccessControlList acl,
RemoteAdapterFactory factory)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getAccessControlEntries
public RemoteAccessControlEntry[] getAccessControlEntries()
throws javax.jcr.RepositoryException,
java.rmi.RemoteException
- Specified by:
getAccessControlEntries
in interface RemoteAccessControlList
- Throws:
javax.jcr.RepositoryException
java.rmi.RemoteException
- See Also:
AccessControlList.getAccessControlEntries()
addAccessControlEntry
public boolean addAccessControlEntry(RemotePrincipal principal,
RemotePrivilege[] privileges)
throws javax.jcr.RepositoryException
- Throws:
javax.jcr.RepositoryException
removeAccessControlEntry
public void removeAccessControlEntry(RemoteAccessControlEntry ace)
throws javax.jcr.RepositoryException
- Throws:
javax.jcr.RepositoryException
Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.