Uses of Interface
org.apache.jackrabbit.rmi.remote.principal.RemotePrincipal

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

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

Methods in org.apache.jackrabbit.rmi.client with parameters of type RemotePrincipal
 Principal LocalAdapterFactory.getPrincipal(RemotePrincipal remote)
          Factory method for creating a local adapter for a remote principal.
 Principal ClientAdapterFactory.getPrincipal(RemotePrincipal remote)
          Factory method for creating a local adapter for a remote principal.
 

Uses of RemotePrincipal in org.apache.jackrabbit.rmi.client.principal
 

Methods in org.apache.jackrabbit.rmi.client.principal that return RemotePrincipal
 RemotePrincipal ClientPrincipal.getRemotePrincipal()
          Returns the RemotePrincipal encapsulated in this instance.
 

Constructors in org.apache.jackrabbit.rmi.client.principal with parameters of type RemotePrincipal
ClientGroup(RemotePrincipal p, LocalAdapterFactory factory)
           
ClientPrincipal(RemotePrincipal p)
           
 

Uses of RemotePrincipal in org.apache.jackrabbit.rmi.remote.principal
 

Subinterfaces of RemotePrincipal in org.apache.jackrabbit.rmi.remote.principal
 interface RemoteGroup
          Remote version of the JCR Group interface.
 

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

Methods in org.apache.jackrabbit.rmi.remote.security that return RemotePrincipal
 RemotePrincipal RemoteAccessControlEntry.getPrincipal()
           
 

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

Methods in org.apache.jackrabbit.rmi.server that return RemotePrincipal
 RemotePrincipal ServerAdapterFactory.getRemotePrincipal(Principal principal)
           
 RemotePrincipal RemoteAdapterFactory.getRemotePrincipal(Principal principal)
          Returns a remote adapter for the given local access control manager.
 

Uses of RemotePrincipal in org.apache.jackrabbit.rmi.server.principal
 

Classes in org.apache.jackrabbit.rmi.server.principal that implement RemotePrincipal
 class ServerGroup
           
 class ServerPrincipal
           
 

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

Methods in org.apache.jackrabbit.rmi.server.security that return RemotePrincipal
 RemotePrincipal ServerAccessControlEntry.getPrincipal()
           
 

Methods in org.apache.jackrabbit.rmi.server.security with parameters of type RemotePrincipal
 boolean ServerAccessControlList.addAccessControlEntry(RemotePrincipal principal, RemotePrivilege[] privileges)
           
 



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