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