Uses of Interface
org.apache.jackrabbit.api.security.authorization.PrivilegeCollection
-
Packages that use PrivilegeCollection Package Description org.apache.jackrabbit.api.security Jackrabbit extensions for access control.org.apache.jackrabbit.api.security.authorization Jackrabbit extensions for authorization.org.apache.jackrabbit.oak.jcr.delegate This package contains the delegates for the various JCR API entities.org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol -
-
Uses of PrivilegeCollection in org.apache.jackrabbit.api.security
Methods in org.apache.jackrabbit.api.security that return PrivilegeCollection Modifier and Type Method Description @NotNull PrivilegeCollectionJackrabbitAccessControlEntry. getPrivilegeCollection()Returns aPrivilegeCollectionrepresenting the privileges associated with this entry.default @NotNull PrivilegeCollectionJackrabbitAccessControlManager. getPrivilegeCollection(@Nullable String absPath)Returns thePrivilegeCollectionfor editing session at the given absolute path, which must be an existing node.default @NotNull PrivilegeCollectionJackrabbitAccessControlManager. getPrivilegeCollection(@Nullable String absPath, @NotNull Set<Principal> principals)Returns thePrivilegeCollectionfor the given set of principals at the given absolute path, which must be an existing node.default @NotNull PrivilegeCollectionJackrabbitAccessControlManager. privilegeCollectionFromNames(@NotNull String... privilegeNames)Returns thePrivilegeCollectionfor the specifiedprivilegeNames. -
Uses of PrivilegeCollection in org.apache.jackrabbit.api.security.authorization
Classes in org.apache.jackrabbit.api.security.authorization that implement PrivilegeCollection Modifier and Type Class Description static classPrivilegeCollection.DefaultDefault implementation of thePrivilegeCollectioninterface. -
Uses of PrivilegeCollection in org.apache.jackrabbit.oak.jcr.delegate
Methods in org.apache.jackrabbit.oak.jcr.delegate that return PrivilegeCollection Modifier and Type Method Description @NotNull PrivilegeCollectionJackrabbitAccessControlManagerDelegator. getPrivilegeCollection(@Nullable String absPath)@NotNull PrivilegeCollectionJackrabbitAccessControlManagerDelegator. getPrivilegeCollection(@Nullable String absPath, @NotNull Set<Principal> principals)@NotNull PrivilegeCollectionJackrabbitAccessControlManagerDelegator. privilegeCollectionFromNames(@NotNull String... privilegeNames) -
Uses of PrivilegeCollection in org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol
Methods in org.apache.jackrabbit.oak.spi.security.authorization.accesscontrol that return PrivilegeCollection Modifier and Type Method Description @NotNull PrivilegeCollectionAbstractAccessControlManager. getPrivilegeCollection(@Nullable String absPath)@NotNull PrivilegeCollectionAbstractAccessControlManager. getPrivilegeCollection(@Nullable String absPath, @NotNull Set<Principal> principals)@NotNull PrivilegeCollectionACE. getPrivilegeCollection()@NotNull PrivilegeCollectionAbstractAccessControlManager. privilegeCollectionFromNames(@NotNull String... privilegeNames)
-