Uses of Class
org.apache.jackrabbit.oak.spi.security.authentication.external.SyncException
-
-
Uses of SyncException in org.apache.jackrabbit.oak.spi.security.authentication.external
Methods in org.apache.jackrabbit.oak.spi.security.authentication.external that throw SyncException 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 SyncException in org.apache.jackrabbit.oak.spi.security.authentication.external.basic
Methods in org.apache.jackrabbit.oak.spi.security.authentication.external.basic that throw SyncException Modifier and Type Method Description protected <T extends Authorizable>
TDefaultSyncContext. getAuthorizable(@NotNull ExternalIdentity external, @NotNull Class<T> type)Retrieves the repository authorizable that corresponds to the given external identity@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 SyncException in org.apache.jackrabbit.oak.spi.security.authentication.external.impl
Methods in org.apache.jackrabbit.oak.spi.security.authentication.external.impl that throw SyncException Modifier and Type Method Description @NotNull SyncResultDynamicSyncContext. 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 SyncException Modifier and Type Method Description default voidExternalIdentityMonitor. syncFailed(@NotNull SyncException syncException)Mark the failure of a sync operation that resulted in the givenSyncException.voidExternalIdentityMonitorImpl. syncFailed(@NotNull SyncException syncException)
-