| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.spi.security.authentication.external | |
| org.apache.jackrabbit.oak.spi.security.authentication.external.basic |
| Modifier and Type | Method and Description |
|---|---|
static ExternalIdentityRef |
ExternalIdentityRef.fromString(String str)
Creates an external identity reference from a string representation.
|
ExternalIdentityRef |
ExternalIdentity.getExternalId()
Returns the id of this identity as used in the external system.
|
ExternalIdentityRef |
SyncedIdentity.getExternalIdRef()
Returns the external reference of this identity.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<ExternalIdentityRef> |
ExternalIdentity.getDeclaredGroups()
Returns an iterable of the declared groups of this external identity.
|
Iterable<ExternalIdentityRef> |
ExternalGroup.getDeclaredMembers()
Returns an iterable of the declared (direct) members of this external group.
|
| 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 |
|---|---|
ExternalIdentityRef |
DefaultSyncedIdentity.getExternalIdRef() |
static ExternalIdentityRef |
DefaultSyncContext.getIdentityRef(org.apache.jackrabbit.api.security.user.Authorizable auth)
Retrieves the external identity ref from the authorizable
|
| Constructor and Description |
|---|
DefaultSyncedIdentity(String id,
ExternalIdentityRef ref,
boolean isGroup,
long lastSynced) |
Copyright © 2012-2016 The Apache Software Foundation. All Rights Reserved.