public class ClientPrivilege extends ClientObject implements javax.jcr.security.Privilege
RemotePrivilege
interface. This class makes a remote Privilege locally available using the
JCR Privilege
interface.Privilege
,
RemotePrivilege
JCR_ADD_CHILD_NODES, JCR_ALL, JCR_LIFECYCLE_MANAGEMENT, JCR_LOCK_MANAGEMENT, JCR_MODIFY_ACCESS_CONTROL, JCR_MODIFY_PROPERTIES, JCR_NODE_TYPE_MANAGEMENT, JCR_READ, JCR_READ_ACCESS_CONTROL, JCR_REMOVE_CHILD_NODES, JCR_REMOVE_NODE, JCR_RETENTION_MANAGEMENT, JCR_VERSION_MANAGEMENT, JCR_WRITE
Constructor and Description |
---|
ClientPrivilege(RemotePrivilege rp,
LocalAdapterFactory factory) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
javax.jcr.security.Privilege[] |
getAggregatePrivileges() |
javax.jcr.security.Privilege[] |
getDeclaredAggregatePrivileges() |
String |
getName() |
int |
hashCode() |
boolean |
isAbstract() |
boolean |
isAggregate() |
getFactory, getItem, getNode, getNodeTypeArray
public ClientPrivilege(RemotePrivilege rp, LocalAdapterFactory factory)
public javax.jcr.security.Privilege[] getAggregatePrivileges()
getAggregatePrivileges
in interface javax.jcr.security.Privilege
public javax.jcr.security.Privilege[] getDeclaredAggregatePrivileges()
getDeclaredAggregatePrivileges
in interface javax.jcr.security.Privilege
public String getName()
getName
in interface javax.jcr.security.Privilege
public boolean isAbstract()
isAbstract
in interface javax.jcr.security.Privilege
public boolean isAggregate()
isAggregate
in interface javax.jcr.security.Privilege
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.