Uses of Interface
org.apache.jackrabbit.rmi.remote.security.RemoteAccessControlEntry

Packages that use RemoteAccessControlEntry
org.apache.jackrabbit.rmi.client Client implementation of the transparent JCR-RMI layer. 
org.apache.jackrabbit.rmi.client.security   
org.apache.jackrabbit.rmi.remote.security   
org.apache.jackrabbit.rmi.server Server implementation of the transparent JCR-RMI layer. 
org.apache.jackrabbit.rmi.server.security   
 

Uses of RemoteAccessControlEntry in org.apache.jackrabbit.rmi.client
 

Methods in org.apache.jackrabbit.rmi.client with parameters of type RemoteAccessControlEntry
 AccessControlEntry LocalAdapterFactory.getAccessControlEntry(RemoteAccessControlEntry remote)
          Factory method for creating a local adapter for a remote access control entry
 AccessControlEntry ClientAdapterFactory.getAccessControlEntry(RemoteAccessControlEntry remote)
          Factory method for creating a local adapter for a remote access control entry
 AccessControlEntry[] LocalAdapterFactory.getAccessControlEntry(RemoteAccessControlEntry[] remote)
          Factory method for creating an array of local adapter for an array of remote access control entry
 AccessControlEntry[] ClientAdapterFactory.getAccessControlEntry(RemoteAccessControlEntry[] remote)
          Factory method for creating an array of local adapter for an array of remote access control entry
 

Uses of RemoteAccessControlEntry in org.apache.jackrabbit.rmi.client.security
 

Constructors in org.apache.jackrabbit.rmi.client.security with parameters of type RemoteAccessControlEntry
ClientAccessControlEntry(RemoteAccessControlEntry race, LocalAdapterFactory factory)
           
 

Uses of RemoteAccessControlEntry in org.apache.jackrabbit.rmi.remote.security
 

Methods in org.apache.jackrabbit.rmi.remote.security that return RemoteAccessControlEntry
 RemoteAccessControlEntry[] RemoteAccessControlList.getAccessControlEntries()
           
 

Uses of RemoteAccessControlEntry in org.apache.jackrabbit.rmi.server
 

Methods in org.apache.jackrabbit.rmi.server that return RemoteAccessControlEntry
 RemoteAccessControlEntry ServerAdapterFactory.getRemoteAccessControlEntry(AccessControlEntry local)
           
 RemoteAccessControlEntry RemoteAdapterFactory.getRemoteAccessControlEntry(AccessControlEntry local)
          Returns a remote adapter for the given local access control manager.
 RemoteAccessControlEntry[] ServerAdapterFactory.getRemoteAccessControlEntry(AccessControlEntry[] local)
           
 RemoteAccessControlEntry[] RemoteAdapterFactory.getRemoteAccessControlEntry(AccessControlEntry[] local)
          Returns a remote adapter for the given local access control manager.
 

Uses of RemoteAccessControlEntry in org.apache.jackrabbit.rmi.server.security
 

Classes in org.apache.jackrabbit.rmi.server.security that implement RemoteAccessControlEntry
 class ServerAccessControlEntry
           
 

Methods in org.apache.jackrabbit.rmi.server.security that return RemoteAccessControlEntry
 RemoteAccessControlEntry[] ServerAccessControlList.getAccessControlEntries()
           
 

Methods in org.apache.jackrabbit.rmi.server.security with parameters of type RemoteAccessControlEntry
 void ServerAccessControlList.removeAccessControlEntry(RemoteAccessControlEntry ace)
           
 



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