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 |
---|---|
Privilege |
ClientAdapterFactory.getPrivilege(RemotePrivilege remote)
Factory method for creating a local adapter for a remote privilege
|
Privilege |
LocalAdapterFactory.getPrivilege(RemotePrivilege remote)
Factory method for creating a local adapter for a remote privilege
|
Privilege[] |
ClientAdapterFactory.getPrivilege(RemotePrivilege[] remote)
Factory method for creating an array of local adapter for an array of
remote privilege
|
Privilege[] |
LocalAdapterFactory.getPrivilege(RemotePrivilege[] remote)
Factory method for creating an array of local adapter for an array of
remote privilege
|
Constructor and Description |
---|
ClientPrivilege(RemotePrivilege rp,
LocalAdapterFactory factory) |
Modifier and Type | Method and Description |
---|---|
RemotePrivilege[] |
RemotePrivilege.getAggregatePrivileges() |
RemotePrivilege[] |
RemotePrivilege.getDeclaredAggregatePrivileges() |
RemotePrivilege[] |
RemoteAccessControlEntry.getPrivileges() |
RemotePrivilege[] |
RemoteAccessControlManager.getPrivileges(String absPath) |
RemotePrivilege[] |
RemoteAccessControlManager.getSupportedPrivileges(String absPath) |
RemotePrivilege |
RemoteAccessControlManager.privilegeFromName(String privilegeName) |
Modifier and Type | Method and Description |
---|---|
RemotePrivilege |
RemoteAdapterFactory.getRemotePrivilege(Privilege local)
Returns a remote adapter for the given local access control manager.
|
RemotePrivilege |
ServerAdapterFactory.getRemotePrivilege(Privilege local) |
RemotePrivilege[] |
RemoteAdapterFactory.getRemotePrivilege(Privilege[] local)
Returns a remote adapter for the given local access control manager.
|
RemotePrivilege[] |
ServerAdapterFactory.getRemotePrivilege(Privilege[] local) |
Modifier and Type | Class and Description |
---|---|
class |
ServerPrivilege |
Modifier and Type | Method and Description |
---|---|
RemotePrivilege[] |
ServerPrivilege.getAggregatePrivileges() |
RemotePrivilege[] |
ServerPrivilege.getDeclaredAggregatePrivileges() |
RemotePrivilege[] |
ServerAccessControlEntry.getPrivileges() |
RemotePrivilege[] |
ServerAccessControlManager.getPrivileges(String absPath) |
RemotePrivilege[] |
ServerAccessControlManager.getSupportedPrivileges(String absPath) |
RemotePrivilege |
ServerAccessControlManager.privilegeFromName(String privilegeName) |
Modifier and Type | Method and Description |
---|---|
boolean |
ServerAccessControlList.addAccessControlEntry(RemotePrincipal principal,
RemotePrivilege[] privileges) |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.