public interface ExternalIdentityConstants
| Modifier and Type | Field and Description |
|---|---|
static String |
REP_EXTERNAL_ID
Name of the property storing the external identifier.
|
static String |
REP_EXTERNAL_PRINCIPAL_NAMES
Name of the property storing the principal names of the external groups
a given external identity (user) is member.
|
static String |
REP_LAST_SYNCED
Name of the property storing the date of the last synchronization of an
external identity.
|
static Set<String> |
RESERVED_PROPERTY_NAMES
The set of served property names defined by this interface.
|
static final String REP_EXTERNAL_ID
Type.STRING
and mandatory for external identities that have been synchronized into
the repository.static final String REP_LAST_SYNCED
Type.DATEstatic final String REP_EXTERNAL_PRINCIPAL_NAMES
depth.
The existence of this property is optional and will only be created if
DefaultSyncConfig.User#getDynamicMembership() is turned on.
This property is of type Type.STRINGS.
Please note, that for security reasons is system maintained and protected
on the Oak level and cannot be manipulated by regular ContentSession
objects irrespective of the effective permissions.Copyright © 2012-2018 The Apache Software Foundation. All Rights Reserved.