@ProviderType
public interface JackrabbitAccessControlEntry
extends AccessControlEntry
JackrabbitAccessControlEntry is a Jackrabbit specific extension
of the AccessControlEntry interface. It represents an single
entry of a JackrabbitAccessControlList.
Return the value of the restriction with the specified name or
null if no such restriction exists. In case the restriction
with the specified name contains multiple value this method will call
ValueFormatException.
Return the values of the restriction with the specified name or
null if no such restriction exists. For restrictions that
contain just a single value this method is expected to return an array
with a single element even if the underlying implementation stored the
restriction in single-value JCR property.
the values of the restriction with the specified name as an array
or null if no such restriction exists. The array may contain
zero, one or multiple values.