Uses of Class
com.microsoft.azure.toolkit.lib.auth.model.AuthType
-
-
Uses of AuthType in com.microsoft.azure.toolkit.lib.auth
Methods in com.microsoft.azure.toolkit.lib.auth that return AuthType Modifier and Type Method Description abstract AuthTypeAccount. getAuthType()AuthTypeAzureAccount.SimpleAccount. getAuthType()Methods in com.microsoft.azure.toolkit.lib.auth that return types with arguments of type AuthType Modifier and Type Method Description private static Map<AuthType,java.util.function.Supplier<Account>>AzureAccount. buildAccountMap()Methods in com.microsoft.azure.toolkit.lib.auth with parameters of type AuthType Modifier and Type Method Description AzureAccountAzureAccount. login(AuthType type)AzureAccountAzureAccount. login(AuthType type, boolean enablePersistence)reactor.core.publisher.Mono<Account>AzureAccount. loginAsync(AuthType type, boolean enablePersistence) -
Uses of AuthType in com.microsoft.azure.toolkit.lib.auth.core.azurecli
Methods in com.microsoft.azure.toolkit.lib.auth.core.azurecli that return AuthType Modifier and Type Method Description AuthTypeAzureCliAccount. getAuthType() -
Uses of AuthType in com.microsoft.azure.toolkit.lib.auth.core.devicecode
Methods in com.microsoft.azure.toolkit.lib.auth.core.devicecode that return AuthType Modifier and Type Method Description AuthTypeDeviceCodeAccount. getAuthType() -
Uses of AuthType in com.microsoft.azure.toolkit.lib.auth.core.oauth
Methods in com.microsoft.azure.toolkit.lib.auth.core.oauth that return AuthType Modifier and Type Method Description AuthTypeOAuthAccount. getAuthType() -
Uses of AuthType in com.microsoft.azure.toolkit.lib.auth.core.serviceprincipal
Methods in com.microsoft.azure.toolkit.lib.auth.core.serviceprincipal that return AuthType Modifier and Type Method Description AuthTypeServicePrincipalAccount. getAuthType() -
Uses of AuthType in com.microsoft.azure.toolkit.lib.auth.model
Fields in com.microsoft.azure.toolkit.lib.auth.model declared as AuthType Modifier and Type Field Description private AuthTypeAccountEntity. typeprivate AuthTypeAuthConfiguration. typeMethods in com.microsoft.azure.toolkit.lib.auth.model that return AuthType Modifier and Type Method Description static AuthTypeAuthType. parseAuthType(String type)static AuthTypeAuthType. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthType[]AuthType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-