Uses of Interface
com.atlassian.crowd.directory.rest.endpoint.AzureApiUriResolver
Packages that use AzureApiUriResolver
Package
Description
-
Uses of AzureApiUriResolver in com.atlassian.crowd.directory.authentication
Methods in com.atlassian.crowd.directory.authentication with parameters of type AzureApiUriResolverModifier and TypeMethodDescriptionMsGraphApiAuthenticatorFactory.create(String clientId, String clientSecret, String tenantId, AzureApiUriResolver apiUriResolver) Creates a new MsGraphApiAuthenticator instanceUserCredentialVerifierFactory.create(AzureApiUriResolver endpointDataProvider, String nativeClientId, String tenantId) Creates a new UserCredentialVerifier instance -
Uses of AzureApiUriResolver in com.atlassian.crowd.directory.authentication.impl
Methods in com.atlassian.crowd.directory.authentication.impl with parameters of type AzureApiUriResolverModifier and TypeMethodDescriptionMsalAuthenticatorFactory.create(String clientId, String clientSecret, String tenantId, AzureApiUriResolver apiUriResolver) MsalUserCredentialVerifierFactory.create(AzureApiUriResolver endpointDataProvider, String nativeClientId, String tenantId) Constructors in com.atlassian.crowd.directory.authentication.impl with parameters of type AzureApiUriResolverModifierConstructorDescriptionMsalAuthenticator(com.microsoft.aad.msal4j.IConfidentialClientApplication confidentialClientApplication, AzureApiUriResolver apiUriResolver) MsalUserCredentialVerifier(com.microsoft.aad.msal4j.PublicClientApplication publicClientApplication, AzureApiUriResolver endpointDataProvider) -
Uses of AzureApiUriResolver in com.atlassian.crowd.directory.rest
Methods in com.atlassian.crowd.directory.rest with parameters of type AzureApiUriResolverModifier and TypeMethodDescriptionAzureAdRestClientFactory.create(String clientId, String clientSecret, String tenantId, AzureApiUriResolver endpointDataProvider, long connectionTimeout, long readTimeout) DefaultAzureAdRestClientFactory.create(String clientId, String clientSecret, String tenantId, AzureApiUriResolver endpointDataProvider, long connectionTimeout, long readTimeout) Constructors in com.atlassian.crowd.directory.rest with parameters of type AzureApiUriResolverModifierConstructorDescriptionAzureAdRestClient(javax.ws.rs.client.Client client, AzureApiUriResolver endpointDataProvider, IoUtilsWrapper ioUtilsWrapper) -
Uses of AzureApiUriResolver in com.atlassian.crowd.directory.rest.endpoint
Classes in com.atlassian.crowd.directory.rest.endpoint that implement AzureApiUriResolverModifier and TypeClassDescriptionclassRepresents resolvers for Microsoft Entra ID directories with default endpointsclassRepresents resolvers for Microsoft Entra ID directories with custom endpoints specifiedMethods in com.atlassian.crowd.directory.rest.endpoint that return AzureApiUriResolverModifier and TypeMethodDescriptionAzureApiUriResolverFactory.getEndpointDataProviderForDirectory(AzureAdDirectory azureAdDirectory)