| Modifier and Type | Method and Description |
|---|---|
SyncContext |
SyncHandler.createContext(ExternalIdentityProvider idp,
org.apache.jackrabbit.api.security.user.UserManager userManager,
javax.jcr.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 org.apache.jackrabbit.api.security.user.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,
org.apache.jackrabbit.api.security.user.UserManager userManager,
javax.jcr.ValueFactory valueFactory)
Initializes a sync context which is used to start the sync operations.
|
Copyright © 2012-2016 The Apache Software Foundation. All Rights Reserved.