| Modifier and Type | Method and Description |
|---|---|
@NotNull SyncContext |
SyncHandler.createContext(@NotNull ExternalIdentityProvider idp,
@NotNull UserManager userManager,
@NotNull ValueFactory valueFactory)
Initializes a sync context which is used to start the sync operations.
|
@NotNull SyncResult |
SyncContext.sync(@NotNull ExternalIdentity identity)
Synchronizes an external identity with the repository based on the respective configuration.
|
@NotNull SyncResult |
SyncContext.sync(@NotNull String id)
Synchronizes an authorizable with the corresponding external identity with the repository based on the respective
configuration.
|
| Modifier and Type | Method and Description |
|---|---|
protected <T extends Authorizable> |
DefaultSyncContext.getAuthorizable(@NotNull ExternalIdentity external,
@NotNull Class<T> type)
Retrieves the repository authorizable that corresponds to the given external identity
|
@NotNull SyncResult |
DefaultSyncContext.sync(@NotNull ExternalIdentity identity)
Synchronizes an external identity with the repository based on the respective configuration.
|
@NotNull SyncResult |
DefaultSyncContext.sync(@NotNull String id)
Synchronizes an authorizable with the corresponding external identity with the repository based on the respective
configuration.
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull SyncContext |
DefaultSyncHandler.createContext(@NotNull ExternalIdentityProvider idp,
@NotNull UserManager userManager,
@NotNull ValueFactory valueFactory)
Initializes a sync context which is used to start the sync operations.
|
@NotNull SyncResult |
DynamicSyncContext.sync(@NotNull ExternalIdentity identity) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.