Uses of Interface
org.apache.jackrabbit.oak.spi.security.authorization.principalbased.FilterProvider
Packages that use FilterProvider
-
Uses of FilterProvider in org.apache.jackrabbit.oak.spi.security.authorization.principalbased.impl
Classes in org.apache.jackrabbit.oak.spi.security.authorization.principalbased.impl that implement FilterProviderModifier and TypeClassDescriptionclass
Implementation of theFilter
interface that consists of the following two filtering conditions: All principals in the set must be of typeSystemUserPrincipal
All principals in the set must be located in the repository below the configured path.Methods in org.apache.jackrabbit.oak.spi.security.authorization.principalbased.impl with parameters of type FilterProviderModifier and TypeMethodDescriptionvoid
PrincipalBasedAuthorizationConfiguration.bindFilterProvider
(@NotNull FilterProvider filterProvider) void
PrincipalBasedAuthorizationConfiguration.unbindFilterProvider
(@NotNull FilterProvider filterProvider)