public interface JackrabbitAccessControlEntry extends AccessControlEntry
JackrabbitAccessControlEntry is a Jackrabbit specific extension
of the AccessControlEntry interface. It represents an single
entry of a JackrabbitAccessControlList.| Modifier and Type | Method and Description |
|---|---|
Value |
getRestriction(String restrictionName)
Return the value of the restriction with the specified name or
null if no such restriction exists. |
String[] |
getRestrictionNames()
Return the names of the restrictions present with this access control entry.
|
boolean |
isAllow() |
getPrincipal, getPrivilegesboolean isAllow()
Privileges for the principal;
false otherwise.String[] getRestrictionNames() throws RepositoryException
RepositoryException - if an error occurs.Value getRestriction(String restrictionName) throws RepositoryException
null if no such restriction exists.restrictionName - The of the restriction as obtained through
getRestrictionNames().null if no such restriction existsRepositoryException - if an error occurs.Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.