| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
AzureActiveDirectoryLogin |
AzureActiveDirectory.login()
Get the login property: The configuration settings of the Azure Active Directory login flow.
|
AzureActiveDirectoryLogin |
AzureActiveDirectoryLogin.withDisableWwwAuthenticate(Boolean disableWwwAuthenticate)
Set the disableWwwAuthenticate property: <code>true</code> if the www-authenticate provider should be
omitted from the request; otherwise, <code>false</code>.
|
AzureActiveDirectoryLogin |
AzureActiveDirectoryLogin.withLoginParameters(List<String> loginParameters)
Set the loginParameters property: Login parameters to send to the OpenID Connect authorization endpoint when a
user logs in.
|
| Modifier and Type | Method and Description |
|---|---|
AzureActiveDirectory |
AzureActiveDirectory.withLogin(AzureActiveDirectoryLogin login)
Set the login property: The configuration settings of the Azure Active Directory login flow.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.