Uses of Interface
org.apache.jackrabbit.oak.spi.security.authorization.principalbased.FilterProvider
-
Packages that use FilterProvider Package Description org.apache.jackrabbit.oak.spi.security.authorization.principalbased.impl -
-
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 FilterProvider Modifier and Type Class Description class
FilterProviderImpl
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 FilterProvider Modifier and Type Method Description void
PrincipalBasedAuthorizationConfiguration. bindFilterProvider(@NotNull FilterProvider filterProvider)
void
PrincipalBasedAuthorizationConfiguration. unbindFilterProvider(@NotNull FilterProvider filterProvider)
-