Uses of Class
org.apache.jackrabbit.oak.spi.security.authentication.external.SyncException
Packages that use SyncException
Package
Description
-
Uses of SyncException in org.apache.jackrabbit.oak.spi.security.authentication.external
Methods in org.apache.jackrabbit.oak.spi.security.authentication.external that throw SyncExceptionModifier 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 SyncException in org.apache.jackrabbit.oak.spi.security.authentication.external.basic
Methods in org.apache.jackrabbit.oak.spi.security.authentication.external.basic that throw SyncExceptionModifier and TypeMethodDescriptionprotected <T extends Authorizable>
TDefaultSyncContext.getAuthorizable
(@NotNull ExternalIdentity external, @NotNull Class<T> type) Retrieves the repository authorizable that corresponds to the given external identity@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 SyncException in org.apache.jackrabbit.oak.spi.security.authentication.external.impl
Methods in org.apache.jackrabbit.oak.spi.security.authentication.external.impl that throw SyncExceptionModifier and TypeMethodDescription@NotNull SyncResult
DynamicSyncContext.sync
(@NotNull ExternalIdentity identity) -
Uses of SyncException 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 SyncExceptionModifier and TypeMethodDescriptiondefault void
ExternalIdentityMonitor.syncFailed
(@NotNull SyncException syncException) Mark the failure of a sync operation that resulted in the givenSyncException
.void
ExternalIdentityMonitorImpl.syncFailed
(@NotNull SyncException syncException)