| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.spi.security.authentication.external | |
| org.apache.jackrabbit.oak.spi.security.authentication.external.basic |
| Modifier and Type | Class and Description |
|---|---|
class |
ExternalGroupRef
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static @NotNull ExternalIdentityRef |
ExternalIdentityRef.fromString(@NotNull String str)
Creates an external identity reference from a string representation.
|
@NotNull ExternalIdentityRef |
ExternalIdentity.getExternalId()
Returns the id of this identity as used in the external system.
|
@Nullable ExternalIdentityRef |
SyncedIdentity.getExternalIdRef()
Returns the external reference of this identity.
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull String |
PrincipalNameResolver.fromExternalIdentityRef(@NotNull ExternalIdentityRef externalIdentityRef)
Deduce the name of the
Principal associated with the
ExternalIdentity represented by the given ExternalIdentityRef. |
@Nullable ExternalIdentity |
ExternalIdentityProvider.getIdentity(@NotNull ExternalIdentityRef ref)
Returns the identity for the given reference or
null if it does not exist. |
| Modifier and Type | Method and Description |
|---|---|
@Nullable ExternalIdentityRef |
DefaultSyncedIdentity.getExternalIdRef() |
static @Nullable ExternalIdentityRef |
DefaultSyncContext.getIdentityRef(@Nullable Authorizable auth)
Retrieves the external identity ref from the authorizable
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
DefaultSyncContext.isSameIDP(@NotNull ExternalIdentityRef ref)
Tests if the given
ExternalIdentityRef refers to the same IDP
as associated with this context instance. |
| Constructor and Description |
|---|
DefaultSyncedIdentity(@NotNull String id,
@Nullable ExternalIdentityRef ref,
boolean isGroup,
long lastSynced) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.