| Modifier and Type | Method and Description |
|---|---|
@Nullable SyncedIdentity |
SyncHandler.findIdentity(@NotNull UserManager userManager,
@NotNull String id)
Tries to find the identity with the given authorizable id or name.
|
@Nullable SyncedIdentity |
SyncResult.getIdentity()
The synchronized identity
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SyncHandler.requiresSync(@NotNull SyncedIdentity identity)
Checks if the identity requires sync based on the configuration, type and last sync time.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSyncedIdentity
Implements a simple synced identity that maps an authorizable id to an external ref.
|
| Modifier and Type | Method and Description |
|---|---|
SyncedIdentity |
DefaultSyncHandler.findIdentity(@NotNull UserManager userManager,
@NotNull String id)
Tries to find the identity with the given authorizable id or name.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultSyncHandler.requiresSync(@NotNull SyncedIdentity identity)
Checks if the identity requires sync based on the configuration, type and last sync time.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.