AzureActiveDirectoryTokenProvider Class

  • java.lang.Object
    • com.microsoft.azure.eventhubs.AzureActiveDirectoryTokenProvider

Implements

public final class AzureActiveDirectoryTokenProvider
implements ITokenProvider

Constructor Summary

Constructor Description
AzureActiveDirectoryTokenProvider(AzureActiveDirectoryTokenProvider.AuthenticationCallback authenticationCallback, String authority, Object state)

Method Summary

Modifier and Type Method and Description
CompletableFuture<SecurityToken> getToken(String resource, Duration timeout)

Methods inherited from java.lang.Object

Constructor Details

AzureActiveDirectoryTokenProvider

public AzureActiveDirectoryTokenProvider(AzureActiveDirectoryTokenProvider.AuthenticationCallback authenticationCallback, String authority, Object state)

Parameters:

authenticationCallback
authority
state

Method Details

getToken

public CompletableFuture getToken(String resource, Duration timeout)

Parameters:

resource
timeout

Applies to