Uses of Interface
org.apache.jackrabbit.oak.spi.security.authentication.external.SyncHandler
-
Packages that use SyncHandler Package Description org.apache.jackrabbit.oak.spi.security.authentication.external org.apache.jackrabbit.oak.spi.security.authentication.external.impl -
-
Uses of SyncHandler in org.apache.jackrabbit.oak.spi.security.authentication.external
Methods in org.apache.jackrabbit.oak.spi.security.authentication.external that return SyncHandler Modifier and Type Method Description @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 SyncHandler Modifier and Type Class Description class
DefaultSyncHandler
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 Modifier and Type Method Description SyncHandler
SyncManagerImpl. getSyncHandler(@NotNull String name)
-