Modifier and Type | Method and Description |
---|---|
UserCredentialVerifier |
UserCredentialVerifierFactory.create(AzureApiUriResolver endpointDataProvider,
String nativeClientId,
String tenantId)
Creates a new UserCredentialVerifier instance
|
Modifier and Type | Method and Description |
---|---|
UserCredentialVerifier |
DefaultUserCredentialVerifierFactory.create(AzureApiUriResolver endpointDataProvider,
String nativeClientId,
String tenantId) |
Constructor and Description |
---|
SameThreadAdalAuthenticator(AdalAuthenticationContextFactory authenticationContextFactory,
String clientId,
String clientSecret,
String tenantId,
AzureApiUriResolver apiUriResolver) |
SameThreadUserCredentialVerifier(AdalAuthenticationContextFactory adalAuthenticationContextFactory,
AzureApiUriResolver endpointDataProvider,
String nativeClientId,
String tenantId) |
Modifier and Type | Method and Description |
---|---|
AzureAdRestClient |
DefaultAzureAdRestClientFactory.create(String clientId,
String clientSecret,
String tenantId,
AzureApiUriResolver endpointDataProvider,
long connectionTimeout,
long readTimeout) |
AzureAdRestClient |
AzureAdRestClientFactory.create(String clientId,
String clientSecret,
String tenantId,
AzureApiUriResolver endpointDataProvider,
long connectionTimeout,
long readTimeout) |
Constructor and Description |
---|
AzureAdRestClient(com.sun.jersey.api.client.Client client,
AzureApiUriResolver endpointDataProvider,
IoUtilsWrapper ioUtilsWrapper) |
Modifier and Type | Class and Description |
---|---|
class |
BasicAzureApiUriResolver
Represents resolvers for Azure Ad directories with default endpoints
|
class |
CustomAzureApiUriResolver
Represents resolvers for Azure Ad directories with custom endpoints specified
|
Modifier and Type | Method and Description |
---|---|
AzureApiUriResolver |
AzureApiUriResolverFactory.getEndpointDataProviderForDirectory(AzureAdDirectory azureAdDirectory) |
Copyright © 2020 Atlassian. All rights reserved.