Uses of Interface
org.apache.jackrabbit.api.security.JackrabbitAccessControlEntry
Packages that use JackrabbitAccessControlEntry
Package
Description
Jackrabbit extensions for authorization.
-
Uses of JackrabbitAccessControlEntry in org.apache.jackrabbit.api.security.authorization
Subinterfaces of JackrabbitAccessControlEntry in org.apache.jackrabbit.api.security.authorizationModifier and TypeInterfaceDescriptionstatic interfaceExtension 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 JackrabbitAccessControlEntryModifier and TypeClassDescriptionclassDefault implementation of theJackrabbitAccessControlEntryinterface.Methods in org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol that return types with arguments of type JackrabbitAccessControlEntryModifier and TypeMethodDescriptionabstract @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 JackrabbitAccessControlEntryModifierConstructorDescriptionImmutableACL(@Nullable String oakPath, @NotNull List<? extends JackrabbitAccessControlEntry> entries, @NotNull RestrictionProvider restrictionProvider, @NotNull NamePathMapper namePathMapper) Construct a newImmutableACL