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 PrivilegeCollection
JackrabbitAccessControlEntry. getPrivilegeCollection()
Returns aPrivilegeCollection
representing the privileges associated with this entry.default @NotNull PrivilegeCollection
JackrabbitAccessControlManager. getPrivilegeCollection(@Nullable String absPath)
Returns thePrivilegeCollection
for editing session at the given absolute path, which must be an existing node.default @NotNull PrivilegeCollection
JackrabbitAccessControlManager. getPrivilegeCollection(@Nullable String absPath, @NotNull Set<Principal> principals)
Returns thePrivilegeCollection
for the given set of principals at the given absolute path, which must be an existing node.default @NotNull PrivilegeCollection
JackrabbitAccessControlManager. privilegeCollectionFromNames(@NotNull String... privilegeNames)
Returns thePrivilegeCollection
for 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 class
PrivilegeCollection.Default
Default implementation of thePrivilegeCollection
interface. -
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 PrivilegeCollection
JackrabbitAccessControlManagerDelegator. getPrivilegeCollection(@Nullable String absPath)
@NotNull PrivilegeCollection
JackrabbitAccessControlManagerDelegator. getPrivilegeCollection(@Nullable String absPath, @NotNull Set<Principal> principals)
@NotNull PrivilegeCollection
JackrabbitAccessControlManagerDelegator. 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 PrivilegeCollection
AbstractAccessControlManager. getPrivilegeCollection(@Nullable String absPath)
@NotNull PrivilegeCollection
AbstractAccessControlManager. getPrivilegeCollection(@Nullable String absPath, @NotNull Set<Principal> principals)
@NotNull PrivilegeCollection
ACE. getPrivilegeCollection()
@NotNull PrivilegeCollection
AbstractAccessControlManager. privilegeCollectionFromNames(@NotNull String... privilegeNames)
-