public interface ExternalIdentityConstants
| Modifier and Type | Field and Description |
|---|---|
static boolean |
DEFAULT_PROTECT_EXTERNAL_IDS
Default value for
PARAM_PROTECT_EXTERNAL_IDS. |
static String |
PARAM_PROTECT_EXTERNAL_IDS
Configuration parameter to enable special protection of external IDs
|
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.static final Set<String> RESERVED_PROPERTY_NAMES
static final String PARAM_PROTECT_EXTERNAL_IDS
static final boolean DEFAULT_PROTECT_EXTERNAL_IDS
PARAM_PROTECT_EXTERNAL_IDS.Copyright © 2012-2019 The Apache Software Foundation. All Rights Reserved.