Uses of Interface
org.apache.jackrabbit.oak.spi.security.user.cache.CachedMembershipReader
-
Packages that use CachedMembershipReader Package Description org.apache.jackrabbit.oak.security.user org.apache.jackrabbit.oak.spi.security.user -
-
Uses of CachedMembershipReader in org.apache.jackrabbit.oak.security.user
Methods in org.apache.jackrabbit.oak.security.user that return CachedMembershipReader Modifier and Type Method Description CachedMembershipReader
UserConfigurationImpl. 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 CachedMembershipReader Modifier and Type Method Description default @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.
-