Uses of Interface
org.apache.jackrabbit.oak.spi.security.user.cache.CachedMembershipReader
Packages that use CachedMembershipReader
Package
Description
-
Uses of CachedMembershipReader in org.apache.jackrabbit.oak.security.user
Methods in org.apache.jackrabbit.oak.security.user that return CachedMembershipReaderModifier and TypeMethodDescriptionUserConfigurationImpl.getCachedMembershipReader
(@NotNull Root root, @NotNull CachePrincipalFactory cachePrincipalFactory, @NotNull String propName, @NotNull String expirationPropName) -
Uses of CachedMembershipReader in org.apache.jackrabbit.oak.spi.security.user
Methods in org.apache.jackrabbit.oak.spi.security.user that return CachedMembershipReaderModifier and TypeMethodDescriptiondefault @Nullable CachedMembershipReader
UserConfiguration.getCachedMembershipReader
(@NotNull 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 theCachedMembershipReader
interface for the principals represented by the user/groups known to this implementation.default @Nullable CachedMembershipReader
UserConfiguration.getCachedMembershipReader
(@NotNull 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 theCachedMembershipReader
interface for the principals represented by the user/groups known to this implementation.