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

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.ServerAccessControlEntry
All Implemented Interfaces:
Serializable, Remote, RemoteAccessControlEntry

public class ServerAccessControlEntry
extends ServerObject
implements RemoteAccessControlEntry

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
ServerAccessControlEntry(AccessControlEntry ace, RemoteAdapterFactory factory)
           
 
Method Summary
 RemotePrincipal getPrincipal()
           
 RemotePrivilege[] getPrivileges()
           
 
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

ServerAccessControlEntry

public ServerAccessControlEntry(AccessControlEntry ace,
                                RemoteAdapterFactory factory)
                         throws RemoteException
Throws:
RemoteException
Method Detail

getPrincipal

public RemotePrincipal getPrincipal()
                             throws RemoteException
Specified by:
getPrincipal in interface RemoteAccessControlEntry
Throws:
RemoteException
See Also:
AccessControlEntry.getPrincipal()

getPrivileges

public RemotePrivilege[] getPrivileges()
                                throws RemoteException
Specified by:
getPrivileges in interface RemoteAccessControlEntry
Throws:
RemoteException
See Also:
AccessControlEntry.getPrivileges()


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