Package com.microsoft.azure.maven.auth
Interface AuthConfiguration
-
- All Known Implementing Classes:
AbstractAppServiceMojo,AbstractAzureMojo
public interface AuthConfiguration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AuthenticationSettinggetAuthenticationSetting()StringgetHttpProxyHost()intgetHttpProxyPort()org.apache.maven.settings.SettingsgetSettings()StringgetSubscriptionId()StringgetUserAgent()
-
-
-
Method Detail
-
getSettings
org.apache.maven.settings.Settings getSettings()
-
getSubscriptionId
String getSubscriptionId()
-
getUserAgent
String getUserAgent()
-
getHttpProxyHost
String getHttpProxyHost()
-
getHttpProxyPort
int getHttpProxyPort()
-
getAuthenticationSetting
AuthenticationSetting getAuthenticationSetting()
-
-