Package com.flowable.microsoft.graph.api
Interface BaseIdmGraphConfigurationApi<U,G>
- All Known Subinterfaces:
GraphConfigurationApi
- All Known Implementing Classes:
GraphConfiguration
public interface BaseIdmGraphConfigurationApi<U,G>
- Author:
- Christopher Welsch
-
Method Summary
Modifier and TypeMethodDescriptionorg.flowable.http.common.api.client.FlowableHttpClient
-
Method Details
-
getFlowableHttpClient
org.flowable.http.common.api.client.FlowableHttpClient getFlowableHttpClient() -
getGroupTenantIdProvider
GraphGroupTenantIdProvider getGroupTenantIdProvider() -
getUserTenantIdProvider
GraphUserTenantIdProvider getUserTenantIdProvider() -
getGroupIdsProvider
GraphGroupIdsProvider getGroupIdsProvider() -
getUserValueMapper
-
getGroupValueMapper
-
getGraphAccessTokenProvider
GraphAccessTokenProvider getGraphAccessTokenProvider()
-