Uses of Class
com.microsoft.azure.eventhubs.SecurityToken
-
Packages that use SecurityToken Package Description com.microsoft.azure.eventhubs com.microsoft.azure.eventhubs.impl -
-
Uses of SecurityToken in com.microsoft.azure.eventhubs
Subclasses of SecurityToken in com.microsoft.azure.eventhubs Modifier and Type Class Description classJsonSecurityTokenExtend SecurityToken with some specifics for a JSon Web TokenMethods in com.microsoft.azure.eventhubs that return types with arguments of type SecurityToken Modifier and Type Method Description CompletableFuture<SecurityToken>AzureActiveDirectoryTokenProvider. getToken(String resource, Duration timeout)CompletableFuture<SecurityToken>ITokenProvider. getToken(String resource, Duration timeout)CompletableFuture<SecurityToken>ManagedIdentityTokenProvider. getToken(String resource, Duration timeout) -
Uses of SecurityToken in com.microsoft.azure.eventhubs.impl
Methods in com.microsoft.azure.eventhubs.impl that return types with arguments of type SecurityToken Modifier and Type Method Description CompletableFuture<SecurityToken>SharedAccessSignatureTokenProvider. getToken(String resource, Duration tokenTimeToLive)
-