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 |
---|---|
AccessControlPolicy |
LocalAdapterFactory.getAccessControlPolicy(RemoteAccessControlPolicy remote)
Deprecated.
Factory method for creating a local adapter for a remote access control
policy
|
AccessControlPolicy |
ClientAdapterFactory.getAccessControlPolicy(RemoteAccessControlPolicy remote)
Deprecated.
Factory method for creating a local adapter for a remote access control
policy
|
AccessControlPolicy[] |
LocalAdapterFactory.getAccessControlPolicy(RemoteAccessControlPolicy[] remote)
Deprecated.
Factory method for creating an array of local adapter for an array of
remote access control policies
|
AccessControlPolicy[] |
ClientAdapterFactory.getAccessControlPolicy(RemoteAccessControlPolicy[] remote)
Deprecated.
Factory method for creating an array of local adapter for an array of
remote access control policies
|
Constructor and Description |
---|
ClientAccessControlPolicy(RemoteAccessControlPolicy racp,
LocalAdapterFactory factory)
Deprecated.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RemoteAccessControlList
Deprecated.
RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.
Remote version of the JCR The methods in this interface are documented only with a reference to a corresponding AccessControlList method. The remote object will simply forward the method call to the underlying AccessControlList instance. Argument and return values, as well as possible exceptions, are copied over the network. Complex return values are returned as remote references to the corresponding remote interface. RMI errors are signaled with RemoteExceptions. |
Modifier and Type | Method and Description |
---|---|
RemoteAccessControlPolicy[] |
RemoteAccessControlManager.getEffectivePolicies(String absPath)
Deprecated.
|
RemoteAccessControlPolicy[] |
RemoteAccessControlManager.getPolicies(String absPath)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
RemoteAccessControlPolicy |
ServerAdapterFactory.getRemoteAccessControlPolicy(AccessControlPolicy local)
Deprecated.
|
RemoteAccessControlPolicy |
RemoteAdapterFactory.getRemoteAccessControlPolicy(AccessControlPolicy local)
Deprecated.
Returns a remote adapter for the given local access control manager.
|
RemoteAccessControlPolicy[] |
ServerAdapterFactory.getRemoteAccessControlPolicy(AccessControlPolicy[] local)
Deprecated.
|
RemoteAccessControlPolicy[] |
RemoteAdapterFactory.getRemoteAccessControlPolicy(AccessControlPolicy[] local)
Deprecated.
Returns a remote adapter for the given local access control manager.
|
Modifier and Type | Class and Description |
---|---|
class |
ServerAccessControlList
Deprecated.
|
class |
ServerAccessControlPolicy
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
RemoteAccessControlPolicy[] |
ServerAccessControlManager.getEffectivePolicies(String absPath)
Deprecated.
|
RemoteAccessControlPolicy[] |
ServerAccessControlManager.getPolicies(String absPath)
Deprecated.
|
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.