Uses of Class
com.microsoft.azure.toolkit.lib.auth.Account
-
-
Uses of Account in com.microsoft.azure.toolkit.lib.auth
Subclasses of Account in com.microsoft.azure.toolkit.lib.auth Modifier and Type Class Description (package private) static classAzureAccount.SimpleAccountFields in com.microsoft.azure.toolkit.lib.auth declared as Account Modifier and Type Field Description private AccountAzureAccount. accountMethods in com.microsoft.azure.toolkit.lib.auth that return Account Modifier and Type Method Description AccountAzureAccount. account()AccountAzureAccount. account(AccountEntity accountEntity)Methods in com.microsoft.azure.toolkit.lib.auth that return types with arguments of type Account Modifier and Type Method Description List<Account>AzureAccount. accounts()private static Map<AuthType,java.util.function.Supplier<Account>>AzureAccount. buildAccountMap()reactor.core.publisher.Mono<Account>Account. continueLogin()protected reactor.core.publisher.Mono<Account>Account. login()reactor.core.publisher.Mono<Account>AzureAccount. loginAsync(Account targetAccount, boolean enablePersistence)reactor.core.publisher.Mono<Account>AzureAccount. loginAsync(AuthConfiguration auth, boolean enablePersistence)reactor.core.publisher.Mono<Account>AzureAccount. loginAsync(AuthType type, boolean enablePersistence)private reactor.core.publisher.Mono<Account>AzureAccount. restoreLogin(AccountEntity accountEntity)Methods in com.microsoft.azure.toolkit.lib.auth with parameters of type Account Modifier and Type Method Description AzureAccountAzureAccount. login(Account targetAccount)AzureAccountAzureAccount. login(Account targetAccount, boolean enablePersistence)reactor.core.publisher.Mono<Account>AzureAccount. loginAsync(Account targetAccount, boolean enablePersistence)Method parameters in com.microsoft.azure.toolkit.lib.auth with type arguments of type Account Modifier and Type Method Description private AzureAccountAzureAccount. finishLogin(reactor.core.publisher.Mono<Account> mono) -
Uses of Account in com.microsoft.azure.toolkit.lib.auth.core.azurecli
Subclasses of Account in com.microsoft.azure.toolkit.lib.auth.core.azurecli Modifier and Type Class Description classAzureCliAccount -
Uses of Account in com.microsoft.azure.toolkit.lib.auth.core.devicecode
Subclasses of Account in com.microsoft.azure.toolkit.lib.auth.core.devicecode Modifier and Type Class Description classDeviceCodeAccountFields in com.microsoft.azure.toolkit.lib.auth.core.devicecode with type parameters of type Account Modifier and Type Field Description private reactor.core.publisher.Mono<Account>DeviceCodeAccount. loginMonoMethods in com.microsoft.azure.toolkit.lib.auth.core.devicecode that return types with arguments of type Account Modifier and Type Method Description reactor.core.publisher.Mono<Account>DeviceCodeAccount. continueLogin()protected reactor.core.publisher.Mono<Account>DeviceCodeAccount. login() -
Uses of Account in com.microsoft.azure.toolkit.lib.auth.core.oauth
Subclasses of Account in com.microsoft.azure.toolkit.lib.auth.core.oauth Modifier and Type Class Description classOAuthAccount -
Uses of Account in com.microsoft.azure.toolkit.lib.auth.core.serviceprincipal
Subclasses of Account in com.microsoft.azure.toolkit.lib.auth.core.serviceprincipal Modifier and Type Class Description classServicePrincipalAccount
-