Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
Principal |
ClientAdapterFactory.getPrincipal(RemotePrincipal remote)
Factory method for creating a local adapter for a remote principal.
|
Principal |
LocalAdapterFactory.getPrincipal(RemotePrincipal remote)
Factory method for creating a local adapter for a remote principal.
|
Modifier and Type | Method and Description |
---|---|
RemotePrincipal |
ClientPrincipal.getRemotePrincipal()
Returns the
RemotePrincipal encapsulated in this instance. |
Constructor and Description |
---|
ClientGroup(RemotePrincipal p,
LocalAdapterFactory factory) |
ClientPrincipal(RemotePrincipal p) |
Modifier and Type | Interface and Description |
---|---|
interface |
RemoteGroup
Remote version of the JCR
Group interface. |
Modifier and Type | Method and Description |
---|---|
RemotePrincipal |
RemoteAccessControlEntry.getPrincipal() |
Modifier and Type | Method and Description |
---|---|
RemotePrincipal |
RemoteAdapterFactory.getRemotePrincipal(Principal principal)
Returns a remote adapter for the given local access control manager.
|
RemotePrincipal |
ServerAdapterFactory.getRemotePrincipal(Principal principal) |
Modifier and Type | Class and Description |
---|---|
class |
ServerGroup |
class |
ServerPrincipal |
Modifier and Type | Method and Description |
---|---|
RemotePrincipal |
ServerAccessControlEntry.getPrincipal() |
Modifier and Type | Method and Description |
---|---|
boolean |
ServerAccessControlList.addAccessControlEntry(RemotePrincipal principal,
RemotePrivilege[] privileges) |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.