org.apache.jackrabbit.rmi.server.security
Class ServerAccessControlList

java.lang.Object
  extended by java.rmi.server.RemoteObject
      extended by java.rmi.server.RemoteServer
          extended by java.rmi.server.UnicastRemoteObject
              extended by org.apache.jackrabbit.rmi.server.ServerObject
                  extended by org.apache.jackrabbit.rmi.server.security.ServerAccessControlPolicy
                      extended by org.apache.jackrabbit.rmi.server.security.ServerAccessControlList
All Implemented Interfaces:
Serializable, Remote, RemoteAccessControlList, RemoteAccessControlPolicy

public class ServerAccessControlList
extends ServerAccessControlPolicy
implements RemoteAccessControlList

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
ServerAccessControlList(AccessControlList acl, RemoteAdapterFactory factory)
           
 
Method Summary
 boolean addAccessControlEntry(RemotePrincipal principal, RemotePrivilege[] privileges)
           
 RemoteAccessControlEntry[] getAccessControlEntries()
           
 void removeAccessControlEntry(RemoteAccessControlEntry ace)
           
 
Methods inherited from class org.apache.jackrabbit.rmi.server.ServerObject
getFactory, getRemoteItem, getRemoteNode, getRemoteNodeTypeArray, getRepositoryException, getSerialValue, getSerialValues
 
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
 

Constructor Detail

ServerAccessControlList

public ServerAccessControlList(AccessControlList acl,
                               RemoteAdapterFactory factory)
                        throws RemoteException
Throws:
RemoteException
Method Detail

getAccessControlEntries

public RemoteAccessControlEntry[] getAccessControlEntries()
                                                   throws RepositoryException,
                                                          RemoteException
Specified by:
getAccessControlEntries in interface RemoteAccessControlList
Throws:
RepositoryException
RemoteException
See Also:
AccessControlList.getAccessControlEntries()

addAccessControlEntry

public boolean addAccessControlEntry(RemotePrincipal principal,
                                     RemotePrivilege[] privileges)
                              throws RepositoryException
Throws:
RepositoryException

removeAccessControlEntry

public void removeAccessControlEntry(RemoteAccessControlEntry ace)
                              throws RepositoryException
Throws:
RepositoryException


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.