| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.spi.security.authentication.external | |
| org.apache.jackrabbit.oak.spi.security.authentication.external.basic |
| 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 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.
|
protected void |
DefaultSyncContext.syncMembership(ExternalIdentity external,
org.apache.jackrabbit.api.security.user.Authorizable auth,
long depth)
Recursively sync the memberships of an authorizable up-to the specified depth.
|
protected void |
DefaultSyncContext.syncProperties(ExternalIdentity ext,
org.apache.jackrabbit.api.security.user.Authorizable auth,
Map<String,String> mapping)
Syncs the properties specified in the
mapping from the external identity to the given authorizable. |
Copyright © 2012-2016 The Apache Software Foundation. All Rights Reserved.