Uses of Interface
org.apache.jackrabbit.oak.spi.security.authentication.external.SyncContext
Packages that use SyncContext
Package
Description
-
Uses of SyncContext in org.apache.jackrabbit.oak.spi.security.authentication.external
Methods in org.apache.jackrabbit.oak.spi.security.authentication.external that return SyncContextModifier and TypeMethodDescription@NotNull SyncContext
SyncHandler.createContext
(@NotNull ExternalIdentityProvider idp, @NotNull UserManager userManager, @NotNull ValueFactory valueFactory) Initializes a sync context which is used to start the sync operations.@NotNull SyncContext
SyncContext.setForceGroupSync
(boolean force) @NotNull SyncContext
SyncContext.setForceUserSync
(boolean force) @NotNull SyncContext
SyncContext.setKeepMissing
(boolean keep) SeeisKeepMissing()
-
Uses of SyncContext in org.apache.jackrabbit.oak.spi.security.authentication.external.basic
Classes in org.apache.jackrabbit.oak.spi.security.authentication.external.basic that implement SyncContextModifier and TypeClassDescriptionclass
Internal implementation of the sync contextMethods in org.apache.jackrabbit.oak.spi.security.authentication.external.basic that return SyncContextModifier and TypeMethodDescription@NotNull SyncContext
DefaultSyncContext.setForceGroupSync
(boolean forceGroupSync) @NotNull SyncContext
DefaultSyncContext.setForceUserSync
(boolean forceUserSync) @NotNull SyncContext
DefaultSyncContext.setKeepMissing
(boolean keepMissing) SeeisKeepMissing()
-
Uses of SyncContext in org.apache.jackrabbit.oak.spi.security.authentication.external.impl
Classes in org.apache.jackrabbit.oak.spi.security.authentication.external.impl that implement SyncContextModifier and TypeClassDescriptionclass
Extension of theDefaultSyncContext
that doesn't synchronize group membership of new external users into the user management of the repository.Methods in org.apache.jackrabbit.oak.spi.security.authentication.external.impl that return SyncContextModifier and TypeMethodDescription@NotNull SyncContext
DefaultSyncHandler.createContext
(@NotNull ExternalIdentityProvider idp, @NotNull UserManager userManager, @NotNull ValueFactory valueFactory) Initializes a sync context which is used to start the sync operations.