| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
AzureActiveDirectory |
IdentityProviders.azureActiveDirectory()
Get the azureActiveDirectory property: The configuration settings of the Azure Active directory provider.
|
AzureActiveDirectory |
AzureActiveDirectory.withEnabled(Boolean enabled)
Set the enabled property: <code>false</code> if the Azure Active Directory provider should not be
enabled despite the set registration; otherwise, <code>true</code>.
|
AzureActiveDirectory |
AzureActiveDirectory.withIsAutoProvisioned(Boolean isAutoProvisioned)
Set the isAutoProvisioned property: Gets a value indicating whether the Azure AD configuration was
auto-provisioned using 1st party tooling.
|
AzureActiveDirectory |
AzureActiveDirectory.withLogin(AzureActiveDirectoryLogin login)
Set the login property: The configuration settings of the Azure Active Directory login flow.
|
AzureActiveDirectory |
AzureActiveDirectory.withRegistration(AzureActiveDirectoryRegistration registration)
Set the registration property: The configuration settings of the Azure Active Directory app registration.
|
AzureActiveDirectory |
AzureActiveDirectory.withValidation(AzureActiveDirectoryValidation validation)
Set the validation property: The configuration settings of the Azure Active Directory token validation flow.
|
| Modifier and Type | Method and Description |
|---|---|
IdentityProviders |
IdentityProviders.withAzureActiveDirectory(AzureActiveDirectory azureActiveDirectory)
Set the azureActiveDirectory property: The configuration settings of the Azure Active directory provider.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.