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
Constructors -
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, waitMethods inherited from interface com.atlassian.crowd.directory.rest.endpoint.AzureApiUriResolver
getScopeUrl
-
Constructor Details
-
BasicAzureApiUriResolver
-
-
Method Details
-
getGraphApiUrl
- Specified by:
getGraphApiUrlin interfaceAzureApiUriResolver- Returns:
- The Graph API URL
-
getAuthorityApiUrl
Description copied from interface:AzureApiUriResolverGives Authority API URL for given tenant- Specified by:
getAuthorityApiUrlin interfaceAzureApiUriResolver- Parameters:
tenantId- the tenant id- Returns:
- Authority API URL
-