Uses of Class
com.microsoft.azure.maven.model.MavenAuthConfiguration
-
Packages that use MavenAuthConfiguration Package Description com.microsoft.azure.maven com.microsoft.azure.maven.auth com.microsoft.azure.maven.utils -
-
Uses of MavenAuthConfiguration in com.microsoft.azure.maven
Fields in com.microsoft.azure.maven declared as MavenAuthConfiguration Modifier and Type Field Description protected MavenAuthConfigurationAbstractAzureMojo. authConfiguration for maven plugin authentication Parameters for authentication type: specify which authentication method to use, default to be `auto`: service_principal : Will use credential specified in plugin configuration or Maven settings.xml, this is also the first priority authentication method in auto azure_cli : Will use credential provided by Azure CLI, this could also be used in Azure Cloud Shell oauth2 : Will use credential provided by oauth2, a browser will be opened, you need to follow the page to follow the login process device_code : Similar to oauth2, it provides you a login-code together with an url, you need to open a browser at any machine and fill-in the login-code, then you can follow the page to follow to finish the login process on the web page auto: The default auth type, it will try all the auth methods in the following sequence: service_principal, azure_cli, oauth2, device_code environment: Specifies the target Azure cloud environment -
Uses of MavenAuthConfiguration in com.microsoft.azure.maven.auth
Methods in com.microsoft.azure.maven.auth that return MavenAuthConfiguration Modifier and Type Method Description static MavenAuthConfigurationMavenSettingHelper. buildAuthConfigurationByServerId(org.apache.maven.execution.MavenSession session, org.apache.maven.settings.crypto.SettingsDecrypter settingsDecrypter, String serverId)Build maven auth configuration from serverId. -
Uses of MavenAuthConfiguration in com.microsoft.azure.maven.utils
Methods in com.microsoft.azure.maven.utils with parameters of type MavenAuthConfiguration Modifier and Type Method Description static com.microsoft.azure.toolkit.lib.auth.model.AuthConfigurationMavenAuthUtils. buildAuthConfiguration(org.apache.maven.execution.MavenSession session, org.apache.maven.settings.crypto.SettingsDecrypter settingsDecrypter, MavenAuthConfiguration auth)private static com.microsoft.azure.toolkit.lib.auth.model.AuthConfigurationMavenAuthUtils. convertToAuthConfiguration(MavenAuthConfiguration mavenAuthConfiguration)
-