Uses of Class
com.microsoft.azure.toolkit.lib.auth.model.AuthConfiguration
-
Packages that use AuthConfiguration Package Description com.microsoft.azure.toolkit.lib.auth com.microsoft.azure.toolkit.lib.auth.core.serviceprincipal com.microsoft.azure.toolkit.lib.auth.util -
-
Uses of AuthConfiguration in com.microsoft.azure.toolkit.lib.auth
Methods in com.microsoft.azure.toolkit.lib.auth with parameters of type AuthConfiguration Modifier and Type Method Description AzureAccountAzureAccount. login(AuthConfiguration auth)AzureAccountAzureAccount. login(AuthConfiguration auth, boolean enablePersistence)reactor.core.publisher.Mono<Account>AzureAccount. loginAsync(AuthConfiguration auth, boolean enablePersistence) -
Uses of AuthConfiguration in com.microsoft.azure.toolkit.lib.auth.core.serviceprincipal
Fields in com.microsoft.azure.toolkit.lib.auth.core.serviceprincipal declared as AuthConfiguration Modifier and Type Field Description private AuthConfigurationServicePrincipalAccount. configurationConstructors in com.microsoft.azure.toolkit.lib.auth.core.serviceprincipal with parameters of type AuthConfiguration Constructor Description ServicePrincipalAccount(AuthConfiguration authConfiguration) -
Uses of AuthConfiguration in com.microsoft.azure.toolkit.lib.auth.util
Methods in com.microsoft.azure.toolkit.lib.auth.util that return AuthConfiguration Modifier and Type Method Description static AuthConfigurationValidationUtil. validateAuthConfiguration(AuthConfiguration config)Methods in com.microsoft.azure.toolkit.lib.auth.util with parameters of type AuthConfiguration Modifier and Type Method Description static AuthConfigurationValidationUtil. validateAuthConfiguration(AuthConfiguration config)
-