Uses of Interface
org.apache.jackrabbit.oak.spi.security.authentication.external.SyncResult
-
-
Uses of SyncResult in org.apache.jackrabbit.oak.spi.security.authentication.external
Methods in org.apache.jackrabbit.oak.spi.security.authentication.external that return SyncResult Modifier and Type Method Description @NotNull SyncResultSyncContext. sync(@NotNull String id)Synchronizes an authorizable with the corresponding external identity with the repository based on the respective configuration.@NotNull SyncResultSyncContext. 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 SyncResult Modifier and Type Class Description classDefaultSyncResultImplImplements a simple sync result with and id and a status.Methods in org.apache.jackrabbit.oak.spi.security.authentication.external.basic that return SyncResult Modifier and Type Method Description @NotNull SyncResultDefaultSyncContext. sync(@NotNull String id)Synchronizes an authorizable with the corresponding external identity with the repository based on the respective configuration.@NotNull SyncResultDefaultSyncContext. 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 SyncResult Modifier and Type Method Description @NotNull SyncResultDynamicSyncContext. 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 SyncResult Modifier and Type Method Description default voidExternalIdentityMonitor. doneSyncExternalIdentity(long timeTakenNanos, @NotNull SyncResult result, int retryCount)Mark the successful completion ofSyncContext.sync(ExternalIdentity).voidExternalIdentityMonitorImpl. doneSyncExternalIdentity(long timeTakenNanos, @NotNull SyncResult result, int retryCount)default voidExternalIdentityMonitor. doneSyncId(long timeTakenNanos, @NotNull SyncResult result)Mark the successful completion ofSyncContext.sync(String).voidExternalIdentityMonitorImpl. doneSyncId(long timeTakenNanos, @NotNull SyncResult result)
-