Uses of Interface
org.apache.jackrabbit.oak.spi.security.user.cache.CachePrincipalFactory
Packages that use CachePrincipalFactory
-
Uses of CachePrincipalFactory in org.apache.jackrabbit.oak.spi.security.user
Methods in org.apache.jackrabbit.oak.spi.security.user with parameters of type CachePrincipalFactoryModifier and TypeMethodDescriptiondefault @Nullable CachedMembershipReaderUserConfiguration.getCachedMembershipReader(@NotNull org.apache.jackrabbit.oak.api.Root root, @NotNull CachePrincipalFactory cachePrincipalFactory, @NotNull String propName) Optional method that allows a given user management implementation to provide a specific and optimized implementation of theCachedMembershipReaderinterface for the principals represented by the user/groups known to this implementation.default @Nullable CachedMembershipReaderUserConfiguration.getCachedMembershipReader(@NotNull org.apache.jackrabbit.oak.api.Root root, @NotNull CachePrincipalFactory cachePrincipalFactory, @NotNull String propName, @NotNull String expirationPropName) Optional method that allows a given user management implementation to provide a specific and optimized implementation of theCachedMembershipReaderinterface for the principals represented by the user/groups known to this implementation.