org.apache.jackrabbit.rmi.client.security
Class ClientAccessControlEntry

java.lang.Object
  extended by org.apache.jackrabbit.rmi.client.ClientObject
      extended by org.apache.jackrabbit.rmi.client.security.ClientAccessControlEntry
All Implemented Interfaces:
AccessControlEntry

public class ClientAccessControlEntry
extends ClientObject
implements AccessControlEntry

Local adapter for the JCR-RMI RemoteAccessControlEntry interface. This class makes a remote AccessControlEntry locally available using the JCR AccessControlEntry interface.

See Also:
AccessControlEntry, RemoteAccessControlEntry

Constructor Summary
ClientAccessControlEntry(RemoteAccessControlEntry race, LocalAdapterFactory factory)
           
 
Method Summary
 Principal getPrincipal()
          
 Privilege[] getPrivileges()
          
 
Methods inherited from class org.apache.jackrabbit.rmi.client.ClientObject
getFactory, getItem, getNode, getNodeTypeArray
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientAccessControlEntry

public ClientAccessControlEntry(RemoteAccessControlEntry race,
                                LocalAdapterFactory factory)
Method Detail

getPrincipal

public Principal getPrincipal()

Specified by:
getPrincipal in interface AccessControlEntry

getPrivileges

public Privilege[] getPrivileges()

Specified by:
getPrivileges in interface AccessControlEntry


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