| Modifier and Type | Interface and Description |
|---|---|
interface |
ExternalGroup
ExternalGroup defines a group that is provided by an external system.
|
interface |
ExternalUser
ExternalUser defines a user provided by an external system.
|
| Modifier and Type | Method and Description |
|---|---|
ExternalIdentity |
ExternalIdentityProvider.getIdentity(ExternalIdentityRef ref)
Returns the identity for the given reference or
null if it does not exist. |
| Modifier and Type | Method and Description |
|---|---|
SyncResult |
SyncContext.sync(ExternalIdentity identity)
Synchronizes an 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.
|
protected void |
DefaultSyncContext.syncMembership(ExternalIdentity external,
Authorizable auth,
long depth)
Recursively sync the memberships of an authorizable up-to the specified depth.
|
protected void |
DefaultSyncContext.syncProperties(ExternalIdentity ext,
Authorizable auth,
Map<String,String> mapping)
Syncs the properties specified in the
mapping from the external identity to the given authorizable. |
| Modifier and Type | Method and Description |
|---|---|
SyncResult |
DynamicSyncContext.sync(ExternalIdentity identity) |
protected void |
DynamicSyncContext.syncMembership(ExternalIdentity external,
Authorizable auth,
long depth) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.