Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
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 a local adapter for a 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
|
AccessControlEntry[] |
LocalAdapterFactory.getAccessControlEntry(RemoteAccessControlEntry[] remote)
Factory method for creating an array of local adapter for an array of
remote access control entry
|
Constructor and Description |
---|
ClientAccessControlEntry(RemoteAccessControlEntry race,
LocalAdapterFactory factory) |
Modifier and Type | Method and Description |
---|---|
RemoteAccessControlEntry[] |
RemoteAccessControlList.getAccessControlEntries() |
Modifier and Type | Method and Description |
---|---|
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.
|
RemoteAccessControlEntry[] |
ServerAdapterFactory.getRemoteAccessControlEntry(AccessControlEntry[] local) |
Modifier and Type | Class and Description |
---|---|
class |
ServerAccessControlEntry |
Modifier and Type | Method and Description |
---|---|
RemoteAccessControlEntry[] |
ServerAccessControlList.getAccessControlEntries() |
Modifier and Type | Method and Description |
---|---|
void |
ServerAccessControlList.removeAccessControlEntry(RemoteAccessControlEntry ace) |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.