Uses of Class
com.microsoft.azure.toolkit.lib.auth.TokenCredentialManager
-
-
Uses of TokenCredentialManager in com.microsoft.azure.toolkit.lib.auth
Subclasses of TokenCredentialManager in com.microsoft.azure.toolkit.lib.auth Modifier and Type Class Description classRefreshTokenTokenCredentialManagerTODO: this class is for internal use only.classTokenCredentialManagerWithCacheFields in com.microsoft.azure.toolkit.lib.auth declared as TokenCredentialManager Modifier and Type Field Description protected TokenCredentialManagerAccount. credentialManagerMethods in com.microsoft.azure.toolkit.lib.auth that return TokenCredentialManager Modifier and Type Method Description static TokenCredentialManagerRefreshTokenTokenCredentialManager. createFromRefreshToken(com.azure.core.management.AzureEnvironment env, com.azure.identity.implementation.MsalToken token, String authority, String clientId)Methods in com.microsoft.azure.toolkit.lib.auth that return types with arguments of type TokenCredentialManager Modifier and Type Method Description protected abstract reactor.core.publisher.Mono<TokenCredentialManager>Account. createTokenCredentialManager()protected reactor.core.publisher.Mono<TokenCredentialManager>AzureAccount.SimpleAccount. createTokenCredentialManager()static reactor.core.publisher.Mono<TokenCredentialManager>RefreshTokenTokenCredentialManager. createTokenCredentialManager(com.azure.core.management.AzureEnvironment env, String clientId, com.azure.core.credential.TokenCredential credential)static reactor.core.publisher.Mono<TokenCredentialManager>RefreshTokenTokenCredentialManager. createTokenCredentialManager(com.azure.core.management.AzureEnvironment env, String clientId, String refreshToken)private static @NotNull reactor.core.publisher.Mono<TokenCredentialManager>RefreshTokenTokenCredentialManager. fromCredential(com.azure.core.management.AzureEnvironment env, String clientId, reactor.core.publisher.Mono<com.azure.core.credential.AccessToken> rootAccessToken)private reactor.core.publisher.Mono<TokenCredentialManager>Account. initializeTokenCredentialManager() -
Uses of TokenCredentialManager in com.microsoft.azure.toolkit.lib.auth.core.azurecli
Subclasses of TokenCredentialManager in com.microsoft.azure.toolkit.lib.auth.core.azurecli Modifier and Type Class Description (package private) classAzureCliTokenCredentialManagerMethods in com.microsoft.azure.toolkit.lib.auth.core.azurecli that return types with arguments of type TokenCredentialManager Modifier and Type Method Description protected reactor.core.publisher.Mono<TokenCredentialManager>AzureCliAccount. createTokenCredentialManager() -
Uses of TokenCredentialManager in com.microsoft.azure.toolkit.lib.auth.core.devicecode
Methods in com.microsoft.azure.toolkit.lib.auth.core.devicecode that return types with arguments of type TokenCredentialManager Modifier and Type Method Description protected reactor.core.publisher.Mono<TokenCredentialManager>DeviceCodeAccount. createTokenCredentialManager() -
Uses of TokenCredentialManager in com.microsoft.azure.toolkit.lib.auth.core.oauth
Methods in com.microsoft.azure.toolkit.lib.auth.core.oauth that return types with arguments of type TokenCredentialManager Modifier and Type Method Description protected reactor.core.publisher.Mono<TokenCredentialManager>OAuthAccount. createTokenCredentialManager() -
Uses of TokenCredentialManager in com.microsoft.azure.toolkit.lib.auth.core.serviceprincipal
Subclasses of TokenCredentialManager in com.microsoft.azure.toolkit.lib.auth.core.serviceprincipal Modifier and Type Class Description (package private) classServicePrincipalTokenCredentialManagerMethods in com.microsoft.azure.toolkit.lib.auth.core.serviceprincipal that return types with arguments of type TokenCredentialManager Modifier and Type Method Description protected reactor.core.publisher.Mono<TokenCredentialManager>ServicePrincipalAccount. createTokenCredentialManager()
-