| 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 SyncContext |
SyncContext.setForceGroupSync(boolean force)
|
@NotNull SyncContext |
SyncContext.setForceUserSync(boolean force)
|
@NotNull SyncContext |
SyncContext.setKeepMissing(boolean keep)
See
isKeepMissing() |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSyncContext
Internal implementation of the sync context
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull SyncContext |
DefaultSyncContext.setForceGroupSync(boolean forceGroupSync) |
@NotNull SyncContext |
DefaultSyncContext.setForceUserSync(boolean forceUserSync)
|
@NotNull SyncContext |
DefaultSyncContext.setKeepMissing(boolean keepMissing)
See
isKeepMissing() |
| Modifier and Type | Class and Description |
|---|---|
class |
DynamicSyncContext
Extension of the
DefaultSyncContext that doesn't synchronize group
membership of new external users into the user management of the repository. |
| 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.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.