|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JackrabbitAccessControlEntry
JackrabbitAccessControlEntry is a Jackrabbit specific extension
of the AccessControlEntry interface. It represents an single
entry of a JackrabbitAccessControlList.
| Method Summary | |
|---|---|
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()
|
| Methods inherited from interface javax.jcr.security.AccessControlEntry |
|---|
getPrincipal, getPrivileges |
| Method Detail |
|---|
boolean isAllow()
Privileges for the principal;
false otherwise.String[] getRestrictionNames()
Value getRestriction(String restrictionName)
null if no such restriction exists.
restrictionName - The of the restriction as obtained through
getRestrictionNames().
null if no such restriction exists
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||