Class DefaultGraphGroupTenantIdProvider
java.lang.Object
com.flowable.idm.engine.microsoft.graph.DefaultGraphGroupTenantIdProvider
- All Implemented Interfaces:
GraphGroupTenantIdProvider
- Author:
- Roger Villars
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected OrFiltercreateFilter(Collection<String> tenantIdMappings, String tenantId) createTenantIdFilter(String queryTenantId) Method for providing the optionalStringfor the tenant being queried.determineTenantId(com.fasterxml.jackson.databind.JsonNode valueNode) Method for extracting the tenant id for a group from the providedJsonNodevoidsetGroupProperties(GraphGroupProperties groupProperties)
-
Field Details
-
logger
protected final org.slf4j.Logger logger -
groupProperties
-
-
Constructor Details
-
DefaultGraphGroupTenantIdProvider
-
-
Method Details
-
determineTenantId
Description copied from interface:GraphGroupTenantIdProviderMethod for extracting the tenant id for a group from the providedJsonNode- Specified by:
determineTenantIdin interfaceGraphGroupTenantIdProvider- Parameters:
valueNode- the valueNode that can be used to determine the tenant id- Returns:
- the tenant id that the group should have
-
createTenantIdFilter
Description copied from interface:GraphGroupTenantIdProviderMethod for providing the optionalStringfor the tenant being queried. If no filter is provided, then querying on tenant id would be ignored.- Specified by:
createTenantIdFilterin interfaceGraphGroupTenantIdProvider- Parameters:
queryTenantId- the query tenant id, nevernull- Returns:
- the optional Graph API filter
-
createFilter
-
getGroupProperties
-
setGroupProperties
-