| Modifier and Type | Method and Description |
|---|---|
SyncedIdentity |
SyncHandler.findIdentity(org.apache.jackrabbit.api.security.user.UserManager userManager,
String id)
Tries to find the identity with the given authorizable id or name.
|
SyncedIdentity |
SyncResult.getIdentity()
The synchronized identity
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<SyncedIdentity> |
SyncHandler.listIdentities(org.apache.jackrabbit.api.security.user.UserManager userManager)
Lists all externally synced identities.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SyncHandler.requiresSync(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(org.apache.jackrabbit.api.security.user.UserManager userManager,
String id)
Tries to find the identity with the given authorizable id or name.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<SyncedIdentity> |
DefaultSyncHandler.listIdentities(org.apache.jackrabbit.api.security.user.UserManager userManager)
Lists all externally synced identities.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultSyncHandler.requiresSync(SyncedIdentity identity)
Checks if the identity requires sync based on the configuration, type and last sync time.
|
Copyright © 2012-2016 The Apache Software Foundation. All Rights Reserved.