| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.spi.security.authentication.external |
| 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 |
|---|---|
boolean |
SyncContext.sync(ExternalIdentity identity)
Synchronizes an external identity with the repository based on the respective configuration.
|
Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.