Click or drag to resize

IdentitiesAccessModifierGetAccessibleObjects Method

The method populates a temporary db table with ids of the identities which are accessible to the active user. The method can be overridden whereby additional ids can be added.

Namespace:  Omada.OE.Solution.OIM.AppLogic.AccessModifiers
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
protected virtual IntegerList GetAccessibleObjects(
	List<int> dataObjectIds,
	AccessCallContext callContext
)

Parameters

dataObjectIds
Type: System.Collections.GenericListInt32
The collection contains ids of identities (and potentially other types of data objects as well!). If the collection is non-empty only the present identities are relevant to populate to the temporary table.
callContext
Type: Omada.OE.ModelAccessCallContext

Return Value

Type: IntegerList
See Also