Uses of Interface
org.apache.jackrabbit.oak.spi.security.authentication.external.SyncHandler
Packages that use SyncHandler
Package
Description
-
Uses of SyncHandler in org.apache.jackrabbit.oak.spi.security.authentication.external
Methods in org.apache.jackrabbit.oak.spi.security.authentication.external that return SyncHandlerModifier and TypeMethodDescription@Nullable SyncHandler
SyncManager.getSyncHandler
(@NotNull String name) Returns the sync handler with the given name. -
Uses of SyncHandler in org.apache.jackrabbit.oak.spi.security.authentication.external.impl
Classes in org.apache.jackrabbit.oak.spi.security.authentication.external.impl that implement SyncHandlerModifier and TypeClassDescriptionclass
DefaultSyncHandler
implements an sync handler that synchronizes users and groups from an external identity provider with the repository users.Methods in org.apache.jackrabbit.oak.spi.security.authentication.external.impl that return SyncHandler