Uses of Class
com.norconex.crawler.fs.fetch.impl.m365graph.M365GraphFetcherConfig
Packages that use M365GraphFetcherConfig
-
Uses of M365GraphFetcherConfig in com.norconex.crawler.fs.fetch.impl.m365graph
Methods in com.norconex.crawler.fs.fetch.impl.m365graph that return M365GraphFetcherConfigModifier and TypeMethodDescriptionM365GraphFetcher.getConfiguration()M365GraphFetcherConfig.setAuthorityHost(String authorityHost) Authentication authority host.M365GraphFetcherConfig.setClientId(String clientId) Azure AD application (client) ID.M365GraphFetcherConfig.setClientSecret(String clientSecret) Azure AD client secret.M365GraphFetcherConfig.setGraphBaseUrl(String graphBaseUrl) Microsoft Graph v1 endpoint root.M365GraphFetcherConfig.setNativeRetryBaseDelay(Duration nativeRetryBaseDelay) Base delay for native retries when Retry-After is not provided.M365GraphFetcherConfig.setNativeRetryEnabled(boolean nativeRetryEnabled) Whether to apply M365-native retry for throttling/transient statuses.M365GraphFetcherConfig.setNativeRetryMaxRetries(int nativeRetryMaxRetries) Maximum native retries for status codes listed innativeRetryStatusCodes.M365GraphFetcherConfig.setNativeRetryStatusCodes(List<Integer> nativeRetryStatusCodes) M365GraphFetcherConfig.setNotFoundStatusCodes(List<Integer> notFoundStatusCodes) M365GraphFetcherConfig.setSourceDeltaExpansion(M365GraphFetcherConfig.SourceDeltaExpansion sourceDeltaExpansion) How SOURCE_DELTA start references are expanded into Graph delta roots.M365GraphFetcherConfig.setTenantId(String tenantId) Tenant ID used to acquire an access token.M365GraphFetcherConfig.setValidStatusCodes(List<Integer> validStatusCodes)