Uses of Interface
org.apache.jackrabbit.oak.spi.security.authentication.external.SyncResult
Packages that use SyncResult
Package
Description
-
Uses of SyncResult in org.apache.jackrabbit.oak.spi.security.authentication.external
Methods in org.apache.jackrabbit.oak.spi.security.authentication.external that return SyncResultModifier and TypeMethodDescription@NotNull SyncResult
Synchronizes an authorizable with the corresponding external identity with the repository based on the respective configuration.@NotNull SyncResult
SyncContext.sync
(@NotNull ExternalIdentity identity) Synchronizes an external identity with the repository based on the respective configuration. -
Uses of SyncResult in org.apache.jackrabbit.oak.spi.security.authentication.external.basic
Classes in org.apache.jackrabbit.oak.spi.security.authentication.external.basic that implement SyncResultModifier and TypeClassDescriptionclass
Implements a simple sync result with and id and a status.Methods in org.apache.jackrabbit.oak.spi.security.authentication.external.basic that return SyncResultModifier and TypeMethodDescription@NotNull SyncResult
Synchronizes an authorizable with the corresponding external identity with the repository based on the respective configuration.@NotNull SyncResult
DefaultSyncContext.sync
(@NotNull ExternalIdentity identity) Synchronizes an external identity with the repository based on the respective configuration. -
Uses of SyncResult in org.apache.jackrabbit.oak.spi.security.authentication.external.impl
Methods in org.apache.jackrabbit.oak.spi.security.authentication.external.impl that return SyncResultModifier and TypeMethodDescription@NotNull SyncResult
DynamicSyncContext.sync
(@NotNull ExternalIdentity identity) -
Uses of SyncResult in org.apache.jackrabbit.oak.spi.security.authentication.external.impl.monitor
Methods in org.apache.jackrabbit.oak.spi.security.authentication.external.impl.monitor with parameters of type SyncResultModifier and TypeMethodDescriptiondefault void
ExternalIdentityMonitor.doneSyncExternalIdentity
(long timeTakenNanos, @NotNull SyncResult result, int retryCount) Mark the successful completion ofSyncContext.sync(ExternalIdentity)
.void
ExternalIdentityMonitorImpl.doneSyncExternalIdentity
(long timeTakenNanos, @NotNull SyncResult result, int retryCount) default void
ExternalIdentityMonitor.doneSyncId
(long timeTakenNanos, @NotNull SyncResult result) Mark the successful completion ofSyncContext.sync(String)
.void
ExternalIdentityMonitorImpl.doneSyncId
(long timeTakenNanos, @NotNull SyncResult result)