public class ClientAccessControlEntry extends ClientObject implements AccessControlEntry
RemoteAccessControlEntry
interface. This class makes a remote
AccessControlEntry locally available using the JCR AccessControlEntry
interface.AccessControlEntry
,
RemoteAccessControlEntry
Constructor and Description |
---|
ClientAccessControlEntry(RemoteAccessControlEntry race,
LocalAdapterFactory factory) |
Modifier and Type | Method and Description |
---|---|
Principal |
getPrincipal() |
Privilege[] |
getPrivileges() |
getFactory, getItem, getNode, getNodeTypeArray
public ClientAccessControlEntry(RemoteAccessControlEntry race, LocalAdapterFactory factory)
public Principal getPrincipal()
getPrincipal
in interface AccessControlEntry
public Privilege[] getPrivileges()
getPrivileges
in interface AccessControlEntry
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.