Uses of Class
com.microsoft.azure.relay.TokenProvider
-
Uses of TokenProvider in com.microsoft.azure.relay
Subclasses of TokenProvider in com.microsoft.azure.relayMethods in com.microsoft.azure.relay that return TokenProviderModifier and TypeMethodDescriptionstatic TokenProviderTokenProvider.createAzureIdentityTokenProvider(com.azure.core.credential.TokenCredential tokenCredential) Construct a TokenProvider with a providedTokenCredential.static TokenProviderTokenProvider.createSharedAccessSignatureTokenProvider(String sharedAccessSignature) Construct a TokenProvider based on the provided Key Name and Shared Access Key.static TokenProviderTokenProvider.createSharedAccessSignatureTokenProvider(String keyName, String sharedAccessKey) Construct a TokenProvider based on the provided Key Name and Shared Access Key.protected TokenProviderRelayConnectionStringBuilder.createTokenProvider()HybridConnectionClient.getTokenProvider()HybridConnectionListener.getTokenProvider()The TokenProvider for authenticating this HybridConnection listener.Constructors in com.microsoft.azure.relay with parameters of type TokenProviderModifierConstructorDescriptionHybridConnectionClient(URI address, TokenProvider tokenProvider) Create a new HybridConnectionClient instance for initiating HybridConnections with client authentication.HybridConnectionListener(URI address, TokenProvider tokenProvider) Create a new HybridConnectionListener instance for accepting HybridConnections.