Uses of Class
com.microsoft.azure.relay.SecurityToken
-
Uses of SecurityToken in com.microsoft.azure.relay
Methods in com.microsoft.azure.relay that return types with arguments of type SecurityTokenModifier and TypeMethodDescriptionTokenProvider.getTokenAsync(String urlString, Duration validFor) Gets a SecurityToken for the given audience and durationprotected CompletableFuture<SecurityToken>SharedAccessSignatureTokenProvider.onGetTokenAsync(String resource, Duration validFor) protected abstract CompletableFuture<SecurityToken>TokenProvider.onGetTokenAsync(String urlString, Duration validFor) Implemented by derived TokenProvider types to generate their SecurityTokens.