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 |
LocalAdapterFactory.getAccessControlEntry(RemoteAccessControlEntry remote)
Deprecated.
Factory method for creating a local adapter for a remote access control
entry
|
AccessControlEntry |
ClientAdapterFactory.getAccessControlEntry(RemoteAccessControlEntry remote)
Deprecated.
Factory method for creating a local adapter for a remote access control
entry
|
AccessControlEntry[] |
LocalAdapterFactory.getAccessControlEntry(RemoteAccessControlEntry[] remote)
Deprecated.
Factory method for creating an array of local adapter for an array of
remote access control entry
|
AccessControlEntry[] |
ClientAdapterFactory.getAccessControlEntry(RemoteAccessControlEntry[] remote)
Deprecated.
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)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
RemoteAccessControlEntry[] |
RemoteAccessControlList.getAccessControlEntries()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
RemoteAccessControlEntry |
ServerAdapterFactory.getRemoteAccessControlEntry(AccessControlEntry local)
Deprecated.
|
RemoteAccessControlEntry |
RemoteAdapterFactory.getRemoteAccessControlEntry(AccessControlEntry local)
Deprecated.
Returns a remote adapter for the given local access control manager.
|
RemoteAccessControlEntry[] |
ServerAdapterFactory.getRemoteAccessControlEntry(AccessControlEntry[] local)
Deprecated.
|
RemoteAccessControlEntry[] |
RemoteAdapterFactory.getRemoteAccessControlEntry(AccessControlEntry[] local)
Deprecated.
Returns a remote adapter for the given local access control manager.
|
Modifier and Type | Class and Description |
---|---|
class |
ServerAccessControlEntry
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
RemoteAccessControlEntry[] |
ServerAccessControlList.getAccessControlEntries()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ServerAccessControlList.removeAccessControlEntry(RemoteAccessControlEntry ace)
Deprecated.
|
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.