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