Uses of Interface
org.apache.jackrabbit.oak.spi.security.authentication.external.SyncContext
-
-
Uses of SyncContext in org.apache.jackrabbit.oak.spi.security.authentication.external
Methods in org.apache.jackrabbit.oak.spi.security.authentication.external that return SyncContext Modifier and Type Method Description @NotNull SyncContextSyncHandler. createContext(@NotNull ExternalIdentityProvider idp, @NotNull UserManager userManager, @NotNull ValueFactory valueFactory)Initializes a sync context which is used to start the sync operations.@NotNull SyncContextSyncContext. setForceGroupSync(boolean force)@NotNull SyncContextSyncContext. setForceUserSync(boolean force)@NotNull SyncContextSyncContext. 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 SyncContext Modifier and Type Class Description classDefaultSyncContextInternal implementation of the sync contextMethods in org.apache.jackrabbit.oak.spi.security.authentication.external.basic that return SyncContext Modifier and Type Method Description @NotNull SyncContextDefaultSyncContext. setForceGroupSync(boolean forceGroupSync)@NotNull SyncContextDefaultSyncContext. setForceUserSync(boolean forceUserSync)@NotNull SyncContextDefaultSyncContext. 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 SyncContext Modifier and Type Class Description classDynamicSyncContextExtension of theDefaultSyncContextthat 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 SyncContext Modifier and Type Method Description @NotNull SyncContextDefaultSyncHandler. createContext(@NotNull ExternalIdentityProvider idp, @NotNull UserManager userManager, @NotNull ValueFactory valueFactory)Initializes a sync context which is used to start the sync operations.
-