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)
-