Class BasicAzureApiUriResolver
java.lang.Object
com.atlassian.crowd.directory.rest.endpoint.BasicAzureApiUriResolver
- All Implemented Interfaces:
AzureApiUriResolver
Represents resolvers for Microsoft Entra ID directories with default endpoints
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAuthorityApiUrl
(String tenantId) Gives Authority API URL for given tenantMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.crowd.directory.rest.endpoint.AzureApiUriResolver
getScopeUrl
-
Constructor Details
-
BasicAzureApiUriResolver
-
-
Method Details
-
getGraphApiUrl
- Specified by:
getGraphApiUrl
in interfaceAzureApiUriResolver
- Returns:
- The Graph API URL
-
getAuthorityApiUrl
Description copied from interface:AzureApiUriResolver
Gives Authority API URL for given tenant- Specified by:
getAuthorityApiUrl
in interfaceAzureApiUriResolver
- Parameters:
tenantId
- the tenant id- Returns:
- Authority API URL
-