Uses of Interface
org.apache.jackrabbit.api.security.JackrabbitAccessControlList
-
Packages that use JackrabbitAccessControlList Package Description org.apache.jackrabbit.api.security.authorization Jackrabbit extensions for authorization.org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol -
-
Uses of JackrabbitAccessControlList in org.apache.jackrabbit.api.security.authorization
Subinterfaces of JackrabbitAccessControlList in org.apache.jackrabbit.api.security.authorization Modifier and Type Interface Description interface
PrincipalAccessControlList
Extension of theJackrabbitAccessControlList
that is bound to aPrincipal
. -
Uses of JackrabbitAccessControlList in org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol
Classes in org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol that implement JackrabbitAccessControlList Modifier and Type Class Description class
AbstractAccessControlList
Abstract base implementation of theJackrabbitAccessControlList
interface.class
ImmutableACL
An implementation of theJackrabbitAccessControlList
interface that only allows for reading.
-