Uses of Interface
org.apache.jackrabbit.api.security.JackrabbitAccessControlEntry
-
Packages that use JackrabbitAccessControlEntry Package Description org.apache.jackrabbit.api.security.authorization Jackrabbit extensions for authorization.org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol -
-
Uses of JackrabbitAccessControlEntry in org.apache.jackrabbit.api.security.authorization
Subinterfaces of JackrabbitAccessControlEntry in org.apache.jackrabbit.api.security.authorization Modifier and Type Interface Description static interfacePrincipalAccessControlList.EntryExtension of theJackrabbitAccessControlEntrythat additionally defines the target object where this entry will take effect. -
Uses of JackrabbitAccessControlEntry in org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol
Classes in org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol that implement JackrabbitAccessControlEntry Modifier and Type Class Description classACEDefault implementation of theJackrabbitAccessControlEntryinterface.Methods in org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol that return types with arguments of type JackrabbitAccessControlEntry Modifier and Type Method Description abstract @NotNull List<? extends JackrabbitAccessControlEntry>AbstractAccessControlList. getEntries()@NotNull List<JackrabbitAccessControlEntry>ImmutableACL. getEntries()Constructor parameters in org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol with type arguments of type JackrabbitAccessControlEntry Constructor Description ImmutableACL(@Nullable String oakPath, @NotNull List<? extends JackrabbitAccessControlEntry> entries, @NotNull RestrictionProvider restrictionProvider, @NotNull NamePathMapper namePathMapper)Construct a newImmutableACL
-