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. auth -
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)
-