| 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 |
|---|---|
javax.jcr.security.AccessControlEntry |
LocalAdapterFactory.getAccessControlEntry(RemoteAccessControlEntry remote)
Factory method for creating a local adapter for a remote access control
entry
|
javax.jcr.security.AccessControlEntry |
ClientAdapterFactory.getAccessControlEntry(RemoteAccessControlEntry remote)
Factory method for creating a local adapter for a remote access control
entry
|
javax.jcr.security.AccessControlEntry[] |
LocalAdapterFactory.getAccessControlEntry(RemoteAccessControlEntry[] remote)
Factory method for creating an array of local adapter for an array of
remote access control entry
|
javax.jcr.security.AccessControlEntry[] |
ClientAdapterFactory.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 |
ServerAdapterFactory.getRemoteAccessControlEntry(javax.jcr.security.AccessControlEntry local) |
RemoteAccessControlEntry |
RemoteAdapterFactory.getRemoteAccessControlEntry(javax.jcr.security.AccessControlEntry local)
Returns a remote adapter for the given local access control manager.
|
RemoteAccessControlEntry[] |
ServerAdapterFactory.getRemoteAccessControlEntry(javax.jcr.security.AccessControlEntry[] local) |
RemoteAccessControlEntry[] |
RemoteAdapterFactory.getRemoteAccessControlEntry(javax.jcr.security.AccessControlEntry[] local)
Returns a remote adapter for the given local access control manager.
|
| 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-2020 The Apache Software Foundation. All Rights Reserved.